projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f258046
)
nice mod to sort the files / dirs by name before dumping them.
author
Chris Koeritz
<fred@gruntose.com>
Sun, 14 Apr 2013 19:46:17 +0000
(15:46 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 14 Apr 2013 19:46:17 +0000
(15:46 -0400)
scripts/files/filedump.pl
patch
|
blob
|
history
diff --git
a/scripts/files/filedump.pl
b/scripts/files/filedump.pl
index 858fdd80e84d2a50ac560e60740b054d31842f21..3fa5b0f30e73b4e770feb456b29a9d8aac792361 100644
(file)
--- a/
scripts/files/filedump.pl
+++ b/
scripts/files/filedump.pl
@@
-27,7
+27,7
@@
if ($#ARGV < 0) {
# iterate over the list of files and dump them to standard output.
-foreach $filename (&glob_list(@ARGV)) {
+foreach $filename (
sort
&glob_list(@ARGV)) {
&do_dump($filename);
}