From 5fe14264e0db0b4770ba5d04bb40f564d30dd3be Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 15 Apr 2008 17:38:03 +0200 Subject: Sorting image file lists. --- helpers/lh_binary_md5sum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/lh_binary_md5sum') diff --git a/helpers/lh_binary_md5sum b/helpers/lh_binary_md5sum index e40be9367..edc636e17 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}" -- cgit v1.2.3