summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_netbsd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-xbin/reproducible_netbsd.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index cde63c11..5823698f 100755
--- a/bin/reproducible_netbsd.sh
+++ b/bin/reproducible_netbsd.sh
@@ -31,6 +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 {} \;
}
#