From a918dfe9847ed46d43d59a066db27622b81fc828 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 12 Jun 2015 21:14:52 +0200 Subject: reproducible coreboot and openwrt: sort results alphabetically --- bin/reproducible_openwrt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_openwrt.sh') diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 616212c5..9a2bcde7 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -222,7 +222,7 @@ create_results_dirs cd $TMPDIR/b1 for i in * ; do cd $i - for j in $(find . -name "*.bin") ; do + for j in $(find . -name "*.bin"|sort -u ) ; do let ALL_IMAGES+=1 call_debbindiff $i $j SIZE="$(du -h -b $j | cut -f1)" -- cgit v1.2.3-70-g09d2