summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-06-14 22:00:10 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-14 22:00:21 +0200
commit1c6d516ae79532f8127e88f50ab8973347c1c235 (patch)
treeef4203436de49d27d4f2732ccc2d5de1673a25f8 /bin/reproducible_common.sh
parent7fc7fb0c59266664b8c700e21859a7fbcc3d5052 (diff)
downloadjenkins.debian.net-1c6d516ae79532f8127e88f50ab8973347c1c235.tar.xz
reproducible: common.sh: fix typo
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 2b0ad523..9cf4f514 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -55,7 +55,7 @@ mkdir -p "$BASE"
# to hold reproducible temporary files/directories without polluting /tmp
TEMPDIR="/tmp/reproducible"
-mkdir -p "$TMPDIR"
+mkdir -p "$TEMPDIR"
# create subdirs for suites
for i in $SUITES ; do