From a62f88ef155576e3c076685f33eddcd2cc8e43ee Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 8 Jul 2015 18:10:12 +0200 Subject: reproducible netbsd: remove redundant cleanup --- bin/reproducible_netbsd.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index 31cc326a..cb42113a 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -29,11 +29,9 @@ create_results_dirs() { save_netbsd_results(){ local RUN=$1 local ARCH - cd obj/releasedir/ for ARCH in $ARCHS ; do mkdir -p $TMPDIR/$RUN/${ARCH} cp -pr ${ARCH} $TMPDIR/$RUN/ - rm ./${ARCH} -r done cd ../.. } -- cgit v1.2.3-70-g09d2