-C flag not always work
-----------------------
Key: JRUBY-4148
URL: http://jira.codehaus.org/browse/JRUBY-4148
Project: JRuby
Issue Type: Bug
Affects Versions: JRuby 1.4.0RC2
Environment: jruby 1.5.0dev (ruby 1.8.7 patchlevel 174) (2009-10-22
47df667) (Java HotSpot(TM) Client VM 1.6.0_03) [i386-java]
Reporter: Vladimir Sizikov
Assignee: Thomas E Enebo
On windows and linux, different cases:
1. Windows
{noformat}
#>ruby -CD:/ -e "p Dir.pwd"
"D:/"
#>jruby -CD:/ -e "p Dir.pwd"
jruby: unknown option -CD:/
{noformat}
2. Linux
{noformat}
#>ruby -C/home/vvs -e "p Dir.pwd"
"/home/vvs"
#>jruby -C/home/vvs -e "p Dir.pwd"
jruby: unknown option -C/home/vvs
{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