summaryrefslogtreecommitdiff
path: root/helpers/lh_source_md5sum
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_source_md5sum')
-rwxr-xr-xhelpers/lh_source_md5sum2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_source_md5sum b/helpers/lh_source_md5sum
index e8f9b6e98..287d2d178 100755
--- a/helpers/lh_source_md5sum
+++ b/helpers/lh_source_md5sum
@@ -75,7 +75,7 @@ cat ../md5sum.txt >> md5sum.txt
rm -f ../md5sum.txt
# File list
-find . | sed -e 's|^.||g' | grep "^/" > ../source.list
+find . | sed -e 's|^.||g' | grep "^/" | sort > ../source.list
cd "${OLDPWD}"