Dir.glob duplicate folder names ------------------------------- Key: JRUBY-6118 URL: https://jira.codehaus.org/browse/JRUBY-6118 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.6.4, JRuby 1.6.3 Environment: Windows 7, 64-bit Reporter: Andrew Assignee: Thomas E Enebo
Ruby 1.8.7 code: folders = Dir.glob("**/") result: aaa, aaa/user, bbb, bbb/user Jruby 1.6.4 code: folders = Dir.glob("**/") result: aaa/aaa, aaa/user/user, bbb/bbb, bbb/user/user -- This message is automatically generated by JIRA. 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