Here's a suggestion (easy implement and makes things nicer so I don't feel so guilty making it!)
idea.sh should have the executable bit set Instead of having OSX users edit idea.sh (and making upgrading more annoying as that change would have to be done every time), this simple check can be put in and the appropriate variables set: darwin=false; case "`uname`" in Darwin*) darwin=true ;; esac then the darwin variable can be tested to determine if IDEA is running under OSX. (the above snippet again stolen from the ant startup script!) Hani On 10/11/01 12:32 pm, "Eugene Belyaev" <[EMAIL PROTECTED]> wrote: > Hi everyone, > > We are entering the release phase again. This means that we are loaded > a lot with the bugfixes and other things like docs, web site and so on. > So as usually, I ask you to write only the most important stuff here. > Only bugs that you feel are critical for Pandora. > > Best regards, > > Eugene Belyaev, > IntelliJ Software, http://www.intellij.com > "Develop with pleasure" > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
