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,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
###################
|
###################
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
if [ "$BIN_PATH" = "" ];
|
if [ "$BIN_PATH" = "" ];
|
||||||
then export BIN_PATH="$(pwd)/42sh"
|
then export BIN_PATH="$(pwd)/42sh"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue