Use /bin/bash as execution execution environment for the linux scripts

This commit is contained in:
0xboobface 2018-12-10 12:57:33 +01:00
parent dcd68d3c2a
commit c0442f898d
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
pushd $(dirname $0) pushd $(dirname $0)
JAVA=./jre/bin/java JAVA=./jre/bin/java

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
pushd $(dirname $0) pushd $(dirname $0)
JAVA=java JAVA=java

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
pushd $(dirname $0) pushd $(dirname $0)
JAVA=java JAVA=java