Project

General

Profile

Actions

Bug #2198

closed

Process.spawn fails in 1.9.1 [ok in trunk] in windows

Added by rogerdpack (Roger Pack) over 14 years ago. Updated almost 13 years ago.

Status:
Rejected
Assignee:
-
ruby -v:
ruby 1.9.1p129 (2009-05-12 revision 23412)
[ruby-core:26060]

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

Actions #1

Updated by nobu (Nobuyoshi Nakada) over 14 years ago

  • Status changed from Open to Rejected

=begin
It is always syntax error and should not work.
You miss a comma.
=end

Actions

Also available in: Atom PDF

Like0
Like0