package/mke2img: "/bin/bash" => "/usr/bin/env bash" shebang

For portability. All other Buildroot scripts (i.e. scripts that run on
host) already use the "/usr/bin/env bash" shebang.

This change is needed for NixOS, which lacks a global /bin/bash.

Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bjørn Forsman 2015-01-08 21:31:19 +01:00 committed by Thomas Petazzoni
parent 04f99f9659
commit 8e3dcdcdfa

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Buildroot wrapper to the collection of ext2/3/4 filesystem tools:
# - genext2fs, to generate ext2 filesystem images