From 79e84d848f0870d2afbdb8e05884afd4743ef97a Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Thu, 28 Jul 2016 22:50:12 -0400 Subject: reproducible_lede: fix more path problems of call_diffoscope() Signed-off-by: Holger Levsen --- bin/reproducible_lede.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_lede.sh') diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh index 0d2434c7..44caf437 100755 --- a/bin/reproducible_lede.sh +++ b/bin/reproducible_lede.sh @@ -124,9 +124,9 @@ for target in * ; do rm -f $BASE/lede/dbd/targets/$target/$subtarget/$image.html # cleanup from previous (unreproducible) tests - if needed continue fi - call_diffoscope $target/$subtarget $image + call_diffoscope targets/$target/$subtarget $image get_filesize $image - if [ -f $TMPDIR/$target/$subtarget/$image.html ] ; then + if [ -f $TMPDIR/targets/$target/$subtarget/$image.html ] ; then mkdir -p $BASE/lede/dbd/targets/$target/$subtarget mv $TMPDIR/targets/$target/$subtarget/$image.html $BASE/lede/dbd/targets/$target/$subtarget/$image.html echo " \"unreproducible $image (${SIZE}) is unreproducible." >> $DBD_HTML -- cgit v1.2.3-54-g00ecf