This closes #182

This commit is contained in:
Clebert Suconic 2015-10-01 09:32:38 -04:00
commit a45f89bb85
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ case "`uname`" in
;;
Darwin*) darwin=true
if [ -z "$JAVA_HOME" ] ; then
JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home
JAVA_HOME=$(/usr/libexec/java_home)
fi
;;
esac