From a634f5136738b5159bc9a9bba660e89819384b34 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 6 Jul 2015 20:21:29 +0200 Subject: reproducible coreboot: correct filesize --- 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 6a3b4de4..55794e36 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -210,7 +210,7 @@ for i in $(ls -1d *| sort -u) ; do let ALL_ROMS+=1 if [ -f $i/coreboot.rom ] ; then call_debbindiff $i - get_filesize $j + get_filesize $i/coreboot.rom if [ -f $TMPDIR/$i.html ] ; then mv $TMPDIR/$i.html $BASE/coreboot/dbd/$i.html echo "
  • \"unreproducible $i ($SIZE) is unreproducible.
  • " >> $ROMS_HTML -- cgit v1.2.3-54-g00ecf