From c4ac19c8227ce6a1ffe199a244d40b5f93c8db68 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 19 Jun 2017 05:37:19 +0200 Subject: reproducible_lede: fix sha256sum shortcut for packages Signed-off-by: Holger Levsen --- bin/reproducible_lede.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_lede.sh') diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh index 807923d7..24ef4fe8 100755 --- a/bin/reproducible_lede.sh +++ b/bin/reproducible_lede.sh @@ -167,7 +167,7 @@ for i in * ; do continue fi - if [ "$(sha256sum $i $j | cut -f 1 -d ' ' | uniq -c | wc -l)" != "1" ] ; then + if [ "$(sha256sum $TMPDIR/b1/$i/$j $TMPDIR/b2/$i/$j | cut -f 1 -d ' ' | uniq -c | wc -l)" != "1" ] ; then call_diffoscope $i $j else echo "$(date -u) - $i/$j is reproducible, yip!" -- cgit v1.2.3-54-g00ecf