Merged in jgrabowski/openesb-standalone-perfectsource (pull request #4)

Fix for https://openesb.atlassian.net/browse/OESE-82 (sh doesn't recognize bash syntax).
master
David Brassely 2015-04-15 18:36:50 +02:00
commit fe68b1959b
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ fi
export OPENESB_HOME
export JAVA_OPTS="$JAVA_OPTS"
export JAVA_OPTS
# Setup the JVM
if [ "x$JAVA" = "x" ]; then