Skip to content

Commit

Permalink
Garantindo a ordenação
Browse files Browse the repository at this point in the history
  • Loading branch information
tinogomes committed Jun 5, 2008
1 parent 5390882 commit c2cc53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/merge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def directory(dir_name, output)
dir = Dir.new(dir_name)
dir.each do |file_name|
dir.sort.each do |file_name|
unless file_name =~ /^\./
file = "#{dir_name}/#{file_name}"
if File.stat(file).directory?
Expand Down

0 comments on commit c2cc53e

Please sign in to comment.