diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_netbsd.sh | 2 |
1 files changed, 0 insertions, 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 ../.. } |