Explorar o código

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 %!s(int64=15) %!d(string=hai) anos
pai
achega
29df95079d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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