Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.)
This commit is contained in:
parent
8ec7e4667c
commit
b2b88a89e1
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
cat <<'--EOT--'
|
||||
#include "Lpars.h"
|
||||
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
sed '
|
||||
/{[A-Z]/!d
|
||||
s/.*{//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user