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>
1 parent 5bd5758 commit f3b01ed6b7fc95cc81e59fbead57fe18f9d3b9f0
@Florian Klink Florian Klink authored on 6 Dec 2019
Sascha Hauer committed on 6 Dec 2019
Showing 3 changed files
View
dts/scripts/cronjob
View
dts/scripts/index-filter.sh
View
dts/scripts/merge-new-release.sh