Fix name of java executable

git-svn-id: http://google-refine.googlecode.com/svn/trunk@2109 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Tom Morris 2011-06-11 22:53:54 +00:00
parent 527d383bc5
commit ed91bf36ce

2
refine
View File

@ -827,7 +827,7 @@ fi
if [ "$JAVA_HOME" ] ; then
JAVA="$JAVA_HOME/bin/java"
else
JAVA="`which javas 2> /dev/null`"
JAVA="`which java 2> /dev/null`"
fi
if [ ! -x "$JAVA" ] ; then