[
https://issues.apache.org/jira/browse/AMQ-5479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andre Moeller updated AMQ-5479:
-------------------------------
Attachment: activemq.patch
atcivemq.patch should fix it.
> 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
> Attachments: activemq.patch
>
>
> 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)