Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion truffle/src/main/ruby/core/dir_glob.rb
Original file line number Diff line number Diff line change
@@ -324,7 +324,6 @@ def self.run(node, all_matches=[])
matches = []
env = Environment.new(matches)
node.call env, nil
env.matches
# Truffle: ensure glob'd files are always sorted in consistent order,
# it avoids headaches due to platform differences (OS X is sorted, Linux not).
matches.sort!

0 comments on commit a283028

Please sign in to comment.