mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add shebang to test shell scripts
This ensures that the test scripts are correctly run with the Bourne shell, regardless of the (potentially more exotic) shell that is used to invoke the script.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
fname=$(mktemp)
|
fname=$(mktemp)
|
||||||
rc=0
|
rc=0
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
fname=$(mktemp)
|
fname=$(mktemp)
|
||||||
|
|
||||||
for i in *.asm; do
|
for i in *.asm; do
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
otemp=$(mktemp)
|
otemp=$(mktemp)
|
||||||
gbtemp=$(mktemp)
|
gbtemp=$(mktemp)
|
||||||
gbtemp2=$(mktemp)
|
gbtemp2=$(mktemp)
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
otemp=$(mktemp)
|
otemp=$(mktemp)
|
||||||
gbtemp=$(mktemp)
|
gbtemp=$(mktemp)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user