summaryrefslogtreecommitdiffstats
path: root/dts/scripts/merge-new-release.sh
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2019-12-06 13:32:53 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-12-06 15:25:20 +0100
commitf3b01ed6b7fc95cc81e59fbead57fe18f9d3b9f0 (patch)
tree07f0eccd07dbdf38ee76b936a179ec918dcb72d8 /dts/scripts/merge-new-release.sh
parent5bd5758b972a716322ae42b9e63f23661c6808b5 (diff)
downloadbarebox-f3b01ed6b7fc95cc81e59fbead57fe18f9d3b9f0.tar.gz
barebox-f3b01ed6b7fc95cc81e59fbead57fe18f9d3b9f0.tar.xz
dts/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 'dts/scripts/merge-new-release.sh')
-rwxr-xr-xdts/scripts/merge-new-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dts/scripts/merge-new-release.sh b/dts/scripts/merge-new-release.sh
index a2763c69bb..554b97b8eb 100755
--- a/dts/scripts/merge-new-release.sh
+++ b/dts/scripts/merge-new-release.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
case $1 in
v*-dts) ;;