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:
parent
04f99f9659
commit
8e3dcdcdfa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user