mirror of https://github.com/apache/maven.git
o Making the mvn script Solaris sh compatible.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@408737 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c6723a940a
commit
2e564a009c
|
@ -52,7 +52,7 @@ case "`uname`" in
|
|||
esac
|
||||
|
||||
if [ -z "$JAVA_HOME" ] ; then
|
||||
if [ -e /etc/gentoo-release ] ; then
|
||||
if [ -r /etc/gentoo-release ] ; then
|
||||
JAVA_HOME=`java-config --jre-home`
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue