Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.7.0.RC1
-
Fix Version/s: JRuby 1.7.0.RC2
-
Component/s: None
-
Labels:None
-
Environment:jruby 1.7.0.RC1 (1.9.3p203) 2012-09-26 a04e24e on Java HotSpot(TM) Client VM 1.6.0_35-b10 [Windows 7-x86]
-
Testcase included:yes
-
Number of attachments :
Description
given files test2.rb which just does require 'test.rb' and file test.rb that just says p _FILE_
In windows, I get this output:
"/C:/dev/ruby/virt/screen-capture-recorder-to-video-windows-free/configuration_setup_utility"
Which seems...somehow messed up since the preceding slash I don't think is expected. It didn't have it with 1.6.x
Fixed in commit a116cbb.