History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
JRUBY-1699
Type:
Bug
Status:
Closed
Resolution:
Fixed
Priority:
Major
Assignee:
Nick Sieger
Reporter:
Nick Sieger
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
JRuby
Kernel#system ignores more than one arg if first arg doesn't represent a valid file (e.g. a command name only)
Created:
10/Dec/07 06:41 PM
Updated:
22/Dec/07 06:26 AM
Component/s:
Core Classes/Modules
Affects Version/s:
JRuby 1.1b1, JRuby 1.0.2
Fix Version/s:
JRuby 1.0.3
,
JRuby 1.1RC1
Time Tracking:
Not Specified
Description
« Hide
The following should output "hi", but doesn't.
irb(main):002:0> system "echo", "hi" => true irb(main):003:0>
Description
The following should output "hi", but doesn't.
irb(main):002:0> system "echo", "hi" => true irb(main):003:0>
Show »
All
Comments
Work Log
Change History
Sort Order:
There are no comments yet on this issue.