Fix script output not reading JAVA_HOME
This commit is contained in:
Timothy Bish 2014-12-09 11:08:28 -05:00
parent 164e303e21
commit 12481abb98
1 changed files with 1 additions and 1 deletions

View File

@ -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