Andre Moeller created AMQ-5479:
----------------------------------
Summary: bin/activemq batch script error message prints wrong
variable
Key: AMQ-5479
URL: https://issues.apache.org/jira/browse/AMQ-5479
Project: ActiveMQ
Issue Type: Improvement
Affects Versions: 5.10.0
Reporter: Andre Moeller
Priority: Trivial
bin/activemq line 334:
{code}
echo " (JAVA_HOME='$JAVAHOME', JAVACMD='$JAVACMD')"
{code}
This line prints the value of the variable {$JAVAHOME} instead of {$JAVA_HOME}.
I think the line should be changed to
{code}
echo " (JAVA_HOME='$JAVA_HOME', JAVACMD='$JAVACMD')"
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)