From e4771abaf0d97fbe7c0356c59e25f9e27551a4e5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 9 Jul 2015 00:42:50 +0200 Subject: fixup a62f88e: reproducible netbsd: remove redundant cleanup --- bin/reproducible_netbsd.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/reproducible_netbsd.sh') diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index 5669a6bf..2d1dd361 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -29,6 +29,7 @@ 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/ -- cgit v1.2.3-54-g00ecf