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:
Trygve Laugstol 2006-05-22 20:05:49 +00:00
parent c6723a940a
commit 2e564a009c
1 changed files with 1 additions and 1 deletions

View File

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