This closes #180

This commit is contained in:
Clebert Suconic 2015-09-29 16:56:15 -04:00
commit dc6fe94bd4
1 changed files with 1 additions and 1 deletions

View File

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