Fix problem with set up java env variable

Change-Id: I27b681c0ecbb9e257ef46c6dd590ba55f1d4f513
Closes-bug: #1456633
This commit is contained in:
Sergey Reshetnyak 2015-05-19 16:22:46 +03:00
parent 75b071ff2b
commit be0757f0dd
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ fi
JRE_HOME=$1
JDK_HOME=$2
echo "JAVA_HOME=$JRE_HOME" >> $JAVA_RC
echo "export JAVA_HOME=$JRE_HOME" >> $JAVA_RC
chmod +x $JAVA_RC
echo "Setting up alternatives for Java"