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>
1 parent 41c7038 commit 5bd5758b972a716322ae42b9e63f23661c6808b5
@Florian Klink Florian Klink authored on 6 Dec 2019
Sascha Hauer committed on 6 Dec 2019
Showing 9 changed files
View
scripts/canon-a1100-image
View
scripts/check_size
View
scripts/dfuboot.sh
View
scripts/extract_symbol_offset
View
scripts/gen-dtb-s
View
scripts/genenv
View
scripts/socfpga_get_sequencer
View
scripts/socfpga_import_preloader
View
scripts/socfpga_xml_to_config.sh