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