Actions
Bug #2198
closedProcess.spawn fails in 1.9.1 [ok in trunk] in windows
Description
=begin
The following works fine in trunk.
Process.spawn "ls" :out => 'file'
SyntaxError: (irb):1: syntax error, unexpected ':', expecting $end
Process.spawn "ls" :out => 'file'
but not in
1.9.1p129
Thanks!
-r
=end
Updated by nobu (Nobuyoshi Nakada) about 15 years ago
- Status changed from Open to Rejected
=begin
It is always syntax error and should not work.
You miss a comma.
=end
Actions
Like0
Like0