projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc24474
)
sort entries alphabetically
author
gc
<gc>
Tue, 16 Oct 2007 20:30:36 +0000
(20:30 +0000)
committer
gc
<gc>
Tue, 16 Oct 2007 20:30:36 +0000
(20:30 +0000)
bin/booh-classifier
patch
|
blob
|
history
diff --git
a/bin/booh-classifier
b/bin/booh-classifier
index 6c9174f038fa2fef6dcf41c2236e01824c1e331a..ca9ce5d54e9ccd94b2a9501373d67fc0fe4179ee 100644
(file)
--- a/
bin/booh-classifier
+++ b/
bin/booh-classifier
@@
-956,7
+956,7
@@
def open_dir(path)
msg 1, _("Ignoring directory %s, begins with a dot (indicating a hidden directory)") % dir
next
end
- Dir.entries(dir).each { |file|
+ Dir.entries(dir).
sort.
each { |file|
type = entry2type(file)
if type
$allentries << Entry.new(File.join(dir, file), type)