-
Type:
Improvement
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 5.10.0
-
Fix Version/s: 5.11.0
-
Component/s: None
-
Labels:None
-
Patch Info:Patch Available
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')"