summarylogtreecommitdiffstats
path: root/setenv.sh.patch
blob: feceb8e5640ec2edc794ba079ec561716e59df9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- setenv.sh.orig	2013-07-30 20:09:05.478278831 +1200
+++ setenv.sh	2013-07-30 20:09:59.274654058 +1200
@@ -1,7 +1,7 @@
-JAVA_HOME=
+JAVA_HOME="$JAVA_HOME"
 
 if [ -z "$JAVA_HOME" ]; then
   echo "The JAVA_HOME environment variable is not defined"
   echo "This environment variable is needed to run this program"
   exit 1
-fi
\ No newline at end of file
+fi