Skip to content

Commit

Permalink
Item10060: Sort the file list for readability
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@10033 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Nov 22, 2010
1 parent d0a9f82 commit d78bea3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/tools/rewriteshebang.pl
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,9 @@ sub change_files {
readdir(D) );
closedir(D);

print "\nModified files:\n";
print "\nProcessed files:\n";

@files = sort(@files);

foreach my $file (@files) {
$scanned++;
Expand Down

0 comments on commit d78bea3

Please sign in to comment.