ENV[] is case sensitive on Windows
----------------------------------
Key: JRUBY-2137
URL: http://jira.codehaus.org/browse/JRUBY-2137
Project: JRuby
Issue Type: Bug
Environment: Windows
Reporter: Rutger Nijlunsing
Assignee: Thomas E Enebo
ENV['Path'] results in an other result than ENV['PATH'] while the underlying
%PATH% is case insensitive.
C:\>set X=12
C:\>jirb
irb(main):007:0> [ENV['X'], `echo %X%`.rstrip]
=> ["12", "12"]
irb(main):008:0> [ENV['x'], `echo %x%`.rstrip]
=> [nil, "12"]
--
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