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:
Ben10do
2017-07-20 19:21:06 +01:00
parent 1b155d9d4c
commit 4be92e14e6
4 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#!/bin/sh
fname=$(mktemp)
rc=0

View File

@@ -1,3 +1,4 @@
#!/bin/sh
fname=$(mktemp)
for i in *.asm; do

View File

@@ -1,3 +1,4 @@
#!/bin/sh
otemp=$(mktemp)
gbtemp=$(mktemp)
gbtemp2=$(mktemp)

View File

@@ -1,3 +1,4 @@
#!/bin/sh
otemp=$(mktemp)
gbtemp=$(mktemp)