From a329da4740bc57fb54d75ce9d09d97c7d091e6c6 Mon Sep 17 00:00:00 2001 From: Maxime Tricoire Date: Fri, 22 Aug 2014 16:43:12 +0200 Subject: [PATCH] Apple users are evil --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index ba8cb8b5c..4ad405423 100755 --- a/install.sh +++ b/install.sh @@ -5,6 +5,5 @@ then echo "try Java Path for Mac OS" export JAVA_HOME=`/usr/libexec/java_home -v 1.8` fi -export JAVA_HOME=`/usr/libexec/java_home -v 1.8` echo $JAVA_HOME -mvn clean install \ No newline at end of file +mvn clean install