Commit 29df9507 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent c71816a8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
#!/bin/sh

SEDLIST="/usr/bin/sed /bin/sed sed gnused gsed"

for SED in $SEDLIST