Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
29df95079d
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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