瀏覽代碼

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 年之前
父節點
當前提交
29df95079d
共有 1 個文件被更改,包括 2 次插入0 次删除
  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