forked from j62/ctbrec
Use /bin/bash in shebang
... otherwise pushd and popd might not work
This commit is contained in:
parent
80381c0d49
commit
0ff04ed9ef
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
pushd $(dirname $0)
|
||||
JAVA=./jre/bin/java
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
pushd $(dirname $0)
|
||||
JAVA=java
|
||||
|
|
Loading…
Reference in New Issue