You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2014/12/09 17:08:36 UTC

activemq git commit: https://issues.apache.org/jira/browse/AMQ-5479

Repository: activemq
Updated Branches:
  refs/heads/trunk 164e303e2 -> 12481abb9


https://issues.apache.org/jira/browse/AMQ-5479

Fix script output not reading JAVA_HOME 

Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/12481abb
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/12481abb
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/12481abb

Branch: refs/heads/trunk
Commit: 12481abb98f33743343e028048b54c33b3a9b56f
Parents: 164e303
Author: Timothy Bish <ta...@gmail.com>
Authored: Tue Dec 9 11:08:28 2014 -0500
Committer: Timothy Bish <ta...@gmail.com>
Committed: Tue Dec 9 11:08:28 2014 -0500

----------------------------------------------------------------------
 assembly/src/release/bin/activemq | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/12481abb/assembly/src/release/bin/activemq
----------------------------------------------------------------------
diff --git a/assembly/src/release/bin/activemq b/assembly/src/release/bin/activemq
index 569c11f..505ff63 100755
--- a/assembly/src/release/bin/activemq
+++ b/assembly/src/release/bin/activemq
@@ -224,7 +224,7 @@ fi
 # Stop here if no java installation is defined/found
 if [ ! -x "$JAVACMD" ] ; then
   echo "ERROR: Configuration variable JAVA_HOME or JAVACMD is not defined correctly."
-  echo "       (JAVA_HOME='$JAVAHOME', JAVACMD='$JAVACMD')"
+  echo "       (JAVA_HOME='$JAVA_HOME', JAVACMD='$JAVACMD')"
   exit 1
 fi