diff options
-rwxr-xr-x | bin/reproducible_netbsd.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |