Added Brad Fritz's fix to not overwrite ACTIVEMQ_OPTS when defined.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358441 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrian T. Co 2005-12-22 02:28:27 +00:00
parent b195cc7985
commit 64034a8a37
3 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@ if $cygwin; then
fi
if [ -n "ACTIVEMQ_OPTS" ] ; then
if [ -z "$ACTIVEMQ_OPTS" ] ; then
ACTIVEMQ_OPTS="-Xmx512M -Dderby.system.home=../data -Dderby.storage.fileSyncTransactionLog=true"
fi

View File

@ -114,7 +114,7 @@ if $cygwin; then
fi
if [ -n "ACTIVEMQ_OPTS" ] ; then
if [ -z "$ACTIVEMQ_OPTS" ] ; then
ACTIVEMQ_OPTS="-Xmx512M -Dderby.system.home=../data -Dderby.storage.fileSyncTransactionLog=true"
fi

View File

@ -114,7 +114,7 @@ if $cygwin; then
fi
if [ -n "ACTIVEMQ_OPTS" ] ; then
if [ -z "$ACTIVEMQ_OPTS" ] ; then
ACTIVEMQ_OPTS="-Xmx512M -Dderby.system.home=../data -Dderby.storage.fileSyncTransactionLog=true"
fi