Hello Sylvain, this bug is fixed in #534. Thank you for reporting the problem.
Best regards, Vladimir Kondratyev ___________________________________________ IntelliJ Software, "Develop with pleasure" http://www.intellij.com/ Thursday, December 06, 2001, 10:20:44 PM, you wrote: TS> Hi, TS> every time I untar a new release of idea, I have to chmod +x bin/idea.sh TS> Can't we set the executable bit before taring it up? TS> Also, why are we hard-coding JAVA_HOME in the script. In version 517, there TS> used to be a check for JAVA_HOME before setting it. It has been removed TS> from later releases. Here is the code in 517: TS> if [ -z JAVA_HOME] TS> then TS> JAVA_HOME=/usr/local/jdk1.3.1 TS> fi TS> Version 532 has this instead: TS> JAVA_HOME=/usr/local/jdk1.3.1 TS> - Sylvain Tremblay TS> _______________________________________________ TS> Eap-list mailing list TS> [EMAIL PROTECTED] TS> http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
