summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 21874d26..da9373d1 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -574,7 +574,7 @@ elif [ "$1" = "1" ] || [ "$1" = "2" ] ; then
SRCPACKAGE="$2"
SUITE="$3"
SAVE_ARTIFACTS=0
- TMPDIR="$4" ; mkdir $TMPDIR ; cd $$TMPDIR
+ TMPDIR="$4" ; mkdir $TMPDIR ; cd $TMPDIR
get_source_package
mkdir b$MODE
if [ "$MODE" = "1" ] ; then