jruby  doesn't recognize -F"@ " option
--------------------------------------

                 Key: JRUBY-4208
                 URL: http://jira.codehaus.org/browse/JRUBY-4208
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.4
         Environment: Both, Linux and Windows, JRuby 1.4+.
            Reporter: Vladimir Sizikov
            Assignee: Thomas E Enebo


MRI:
{noformat}
#>echo 5 @ 10 | ruby -nva -F"@ " -e 'p $F'
ruby 1.8.6 (2007-09-24 patchlevel 111) [i486-linux]
["5 ", "10\n"]
{noformat}

JRuby:
{noformat}
#>echo 5 @ 10 | jruby -nva -F"@ " -e 'p $F'
jruby: unknown option -F@
{noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
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