Browse Source

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 <jacmet@sunsite.dk>
Peter Korsgaard 15 years ago
parent
commit
29df95079d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      toolchain/dependencies/check-host-sed.sh

+ 2 - 0
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