bug in the Native OSX install postfligh script
----------------------------------------------
Key: JRUBY-6026
URL: https://jira.codehaus.org/browse/JRUBY-6026
Project: JRuby
Issue Type: Bug
Affects Versions: JRuby 1.6.4
Environment: OSX Lion
Reporter: Vincent Nonnenmacher
Assignee: Thomas E Enebo
In the postfligh script the lines added in the tcsh shell case has a syntax
error
the syntax should be one of
set path = ($path /usr/X11R6/bin
/Library/Frameworks/JRuby.framework/Versions/Current/bin
or
setenv PATH ${PATH}:/Library/Frameworks/JRuby.framework/Versions/Current/bin
Also it could be possible to have a login shell different from the one used by
Terminal (as a default)
in that case the shell detection doesn't patch the proper profile (should it
patch all founded shell under user ~. directory?)
in my case to make it work I added the proper line to the .bash/path according
to postflight script
and added a line into the .login loaded by tcsh
and jruby work in both shell.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email