Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-5479

bin/activemq batch script error message prints wrong variable

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 5.10.0
    • 5.11.0
    • None
    • None
    • Patch Available

    Description

      bin/activemq line 334:

        echo "       (JAVA_HOME='$JAVAHOME', JAVACMD='$JAVACMD')"
      

      This line prints the value of the variable {$JAVAHOME} instead of {$JAVA_HOME}.

      I think the line should be changed to

        echo "       (JAVA_HOME='$JAVA_HOME', JAVACMD='$JAVACMD')"
      

      Attachments

        1. activemq.patch
          0.5 kB
          Andre Moeller

        Activity

          People

            tabish Timothy A. Bish
            andre_m Andre Moeller
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: