summaryrefslogtreecommitdiffstats
path: root/scripts/socfpga_xml_to_config.sh
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/socfpga_xml_to_config.sh
parent41c70383948246d0436d3494eb8b952916f2e6c7 (diff)
downloadbarebox-5bd5758b972a716322ae42b9e63f23661c6808b5.tar.gz
barebox-5bd5758b972a716322ae42b9e63f23661c6808b5.tar.xz
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/socfpga_xml_to_config.sh')
-rwxr-xr-xscripts/socfpga_xml_to_config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/socfpga_xml_to_config.sh b/scripts/socfpga_xml_to_config.sh
index 7e22ebb9e8..3bb0dd283b 100755
--- a/scripts/socfpga_xml_to_config.sh
+++ b/scripts/socfpga_xml_to_config.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
## TODO:
## - read in mpuclk and nocclk, must be calculated by hand at the moment