summaryrefslogtreecommitdiff
path: root/scripts/gen-dtb-s
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2019-12-06 13:32:52 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-12-06 15:25:20 +0100
commit5bd5758b972a716322ae42b9e63f23661c6808b5 (patch)
tree3aad589988586a8b2c66cf1a7fbd40382b8675f5 /scripts/gen-dtb-s
parent41c70383948246d0436d3494eb8b952916f2e6c7 (diff)
downloadbarebox-5bd5758b972a716322ae42b9e63f23661c6808b5.tar.gz
scripts: use #!/usr/bin/env bash shebang instead of #!/bin/bash
Some distributions might not have bash in /bin, but in $PATH. Using #!/usr/bin/env bash solves this, and is consistent with how the perl and python shebangs look like in the tree. Signed-off-by: Florian Klink <flokli@flokli.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts/gen-dtb-s')
-rwxr-xr-xscripts/gen-dtb-s2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-dtb-s b/scripts/gen-dtb-s
index b2dd253c27..0649247f93 100755
--- a/scripts/gen-dtb-s
+++ b/scripts/gen-dtb-s
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
name=$1
dtb=$2