From: Peter Korsgaard Date: Thu, 6 May 2010 19:08:04 +0000 (+0200) Subject: check-host-sed.sh: add missing shebang line X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29df95079de22d3b8558ae8fbecd4a71676e1b13;p=buildroot.git check-host-sed.sh: add missing shebang line Bash seems to be smart enough to source the file when execve returns ENOEXEC, but other shells might not be. Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/dependencies/check-host-sed.sh b/toolchain/dependencies/check-host-sed.sh index 71f0eb9e8c..188b7210b7 100755 --- a/toolchain/dependencies/check-host-sed.sh +++ b/toolchain/dependencies/check-host-sed.sh @@ -1,3 +1,5 @@ +#!/bin/sh + SEDLIST="/usr/bin/sed /bin/sed sed gnused gsed" for SED in $SEDLIST