On macOS, sh is /bin/sh not /usr/bin/sh

This commit is contained in:
Ryan Schmidt 2022-11-15 15:09:40 -06:00
parent 5facdb095c
commit b65d31a08d
3 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ or create a shell script (in `/usr/local/bin`, etc)
`/usr/local/bin/AsmIIgs`:
#!/usr/bin/sh
#!/bin/sh
exec mpw AsmIIgs $@

View File

@ -84,7 +84,7 @@ or create a shell script (in /usr/local/bin, etc)
/usr/local/bin/AsmIIgs:
#!/usr/bin/sh
#!/bin/sh
exec mpw AsmIIgs $@

View File

@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/bin/sh
infile="$1"