summaryrefslogtreecommitdiff
path: root/package/mke2img
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2015-01-08 21:31:19 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-08 21:35:08 +0100
commit8e3dcdcdfae9aacf1e4c152680c6a75408731965 (patch)
tree3da7eb68a0b954093bc544c9bbb06939f2ecb6c6 /package/mke2img
parent04f99f96597375245312d6730ab9a09f9b9e90f5 (diff)
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>
Diffstat (limited to 'package/mke2img')
-rwxr-xr-xpackage/mke2img/mke2img2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mke2img/mke2img b/package/mke2img/mke2img
index 68da6ed5e..5e2f62f00 100755
--- a/package/mke2img/mke2img
+++ b/package/mke2img/mke2img
@@ -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