Hi,
every time I untar a new release of idea, I have to chmod +x bin/idea.sh
Can't we set the executable bit before taring it up?
Also, why are we hard-coding JAVA_HOME in the script. In version 517, there
used to be a check for JAVA_HOME before setting it. It has been removed
from later releases. Here is the code in 517:
if [ -z JAVA_HOME]
then
JAVA_HOME=/usr/local/jdk1.3.1
fi
Version 532 has this instead:
JAVA_HOME=/usr/local/jdk1.3.1
- Sylvain Tremblay
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list