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_coreboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_coreboot.sh') diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index 87be3064..d40eb358 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -204,7 +204,7 @@ GOOD_ROMS=0 ALL_ROMS=0 create_results_dirs cd $TMPDIR/b1 -for i in * ; do +for i in $(ls -1d *| sort -u) ; do let ALL_ROMS+=1 if [ -f $i/coreboot.rom ] ; then call_debbindiff $i -- cgit v1.2.3-54-g00ecf