fix(testsuite): files .sh now have the correct shebang
This commit is contained in:
parent
668bba5b02
commit
c8c72085cb
2 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "$BIN_PATH" = "" ];
|
||||
then export BIN_PATH="$(pwd)/42sh"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue