summaryrefslogtreecommitdiff
path: root/bin/locmaint
diff options
context:
space:
mode:
Diffstat (limited to 'bin/locmaint')
-rwxr-xr-xbin/locmaint2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/locmaint b/bin/locmaint
index c1b06b9c..9a681386 100755
--- a/bin/locmaint
+++ b/bin/locmaint
@@ -711,7 +711,7 @@ sub loose_src_files {
return 0;
} else {
say_bold("The following files in ~/src should be cleaned up:");
- print " $_\n" for @loose_src_files;
+ print " $_\n" for sort @loose_src_files;
return 1;
}
}