forked from j62/ctbrec
1
0
Fork 0

Use /bin/bash in shebang

... otherwise pushd and popd might not work
This commit is contained in:
0xboobface 2018-12-02 02:07:30 +01:00
parent 80381c0d49
commit 0ff04ed9ef
2 changed files with 2 additions and 2 deletions

View File

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

View File

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