summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-30 22:58:07 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-30 22:58:07 +0200
commitc03f449cd4b2bae555116e89b766bb8739382db4 (patch)
treedc0d64f1e9c7dfc6cf7a79f9ce417185ef314cf7
parentfe15acc2b74e097ca7c4d72ae912504910546a73 (diff)
downloadjenkins.debian.net-c03f449cd4b2bae555116e89b766bb8739382db4.tar.xz
fix typo
-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