From d604441e146f6bb4f4e7f9deb6fa81023cb61afa Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 17 Jul 2015 15:02:05 +0200 Subject: fixup 194b6ee1: reproducible netbsd: don't compare MD5 and SHA512 files… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reproducible_netbsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index 5823698f..8c27847a 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -31,7 +31,7 @@ save_netbsd_results(){ local MACHINE=$2 mkdir -p $TMPDIR/$RUN/${MACHINE} cp -pr obj/releasedir/${MACHINE} $TMPDIR/$RUN/ - find $TMPDIR/$RUN/ -name MD5 -o -name SHA512 -exec rm {} \; + find $TMPDIR/$RUN/ -name MD5 -o -name SHA512 | xargs -r rm -v } # -- cgit v1.2.3-70-g09d2