1
0
Fork 0

Turns out wrong interpreter

main
Ambrose Chua 2018-03-28 22:01:56 +08:00
parent f5cae812ab
commit b13f687dbd
2 changed files with 1 additions and 3 deletions

View File

@ -15,8 +15,6 @@ for f in $BASE_DIR/*; do
echo
echo "Running $BASE_NAME..."
echo "$PWD"
$f
echo "$PWD"
done

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e