Kernel#` and Kernel#system cannot run different ruby ----------------------------------------------------
Key: JRUBY-5873 URL: http://jira.codehaus.org/browse/JRUBY-5873 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.6.2 Environment: (Java HotSpot(TM) 64-Bit Server VM 1.6.0_24) [darwin-x86_64-java] Reporter: Lin Jen-Shin Assignee: Thomas E Enebo Priority: Minor I believe this should be related to that JRuby tries to use the same process of JRuby interpreter to run different scripts, but... >> `no_such_ruby -e "p RUBY_DESCRIPTION"` "\"jruby 1.7.0.dev (ruby-1.8.7-p330) (2011-06-16 fatal: Not a git repository (or any of the parent directories): .git) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_24) [darwin-x86_64-java]\"\n" >> `ruby -e "p RUBY_DESCRIPTION"` "\"jruby 1.7.0.dev (ruby-1.8.7-p330) (2011-06-16 fatal: Not a git repository (or any of the parent directories): .git) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_24) [darwin-x86_64-java]\"\n" I don't feel this is correct... though this might be... an acceptable trade off, is it? -- 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