Details
-
Type:
Bug
-
Status:
Reopened
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: JRuby 1.6.6
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:OSX 10.7.2
-
Number of attachments :
Description
jruby-1.6.5 :001 > IO.popen4("sh -c \"echo\"; echo $?") {}; $? => #<Process::Status: pid=36500,exited(0)> jruby-1.6.6 :002 > IO.popen4("sh -c \"echo\"; echo $?") {}; $? => #<Process::Status: pid=36395,exited(143)>
Note the exit code on 1.6.6 is 143, not 0.