summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index da9373d1..9d808ad1 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -573,8 +573,10 @@ elif [ "$1" = "1" ] || [ "$1" = "2" ] ; then
MODE="$1"
SRCPACKAGE="$2"
SUITE="$3"
- SAVE_ARTIFACTS=0
- TMPDIR="$4" ; mkdir $TMPDIR ; cd $TMPDIR
+ SAVE_ARTIFACTS="0"
+ TMPDIR="$4"
+ [ -d $TMPDIR ] || mkdir -p $TMPDIR
+ cd $TMPDIR
get_source_package
mkdir b$MODE
if [ "$MODE" = "1" ] ; then