You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Andre Moeller (JIRA)" <ji...@apache.org> on 2014/12/09 12:28:12 UTC

[jira] [Created] (AMQ-5479) bin/activemq batch script error message prints wrong variable

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)