check-host-sed.sh: add missing shebang line
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 6 May 2010 19:08:04 +0000 (21:08 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 6 May 2010 19:08:04 +0000 (21:08 +0200)
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 <jacmet@sunsite.dk>
toolchain/dependencies/check-host-sed.sh

index 71f0eb9e8cba2c13637f3752ff5e9cba309fa2d5..188b7210b71029cc1294c4e44488ee2a50b468fa 100755 (executable)
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 SEDLIST="/usr/bin/sed /bin/sed sed gnused gsed"
 
 for SED in $SEDLIST