mirror of https://github.com/apache/activemq.git
apply patch from https://issues.apache.org/activemq/browse/AMQ-2912
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@996684 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e5201f6450
commit
39cfce287b
|
@ -250,7 +250,7 @@ if [ "$OSTYPE" = "cygwin" ]; then
|
|||
fi
|
||||
|
||||
# Detect the location of the java binary
|
||||
if [ -z "$JAVACMD" ] ; then
|
||||
if [ -z "$JAVACMD" ] || [ "$JAVACMD" = "auto" ] ; then
|
||||
if [ -n "$JAVA_HOME" ] ; then
|
||||
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
|
||||
# IBM's JDK on AIX uses strange locations for the executables
|
||||
|
|
Loading…
Reference in New Issue