Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0.RC2, JRuby 1.6.8
Assignee: Thomas E Enebo
Created: 17/Oct/12 4:04 PM
Description:
system('echo "HELLO"')
system('echo "HELLO"', :chdir => '/tmp')

When run in JRuby the code above prints HELLO once, but when run in MRI it prints twice. Looks like system silently fails when given options. It doesn't matter which options are given. In MRI system complains if you give it unsupported options.

Project: JRuby
Priority: Major Major
Reporter: Theo Hultberg
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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

Reply via email to