forked from j62/ctbrec
Use /bin/bash as execution execution environment for the linux scripts
This commit is contained in:
parent
dcd68d3c2a
commit
c0442f898d
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
pushd $(dirname $0)
|
||||
JAVA=java
|
||||
|
|
Loading…
Reference in New Issue