diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-14 22:00:10 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-14 22:00:21 +0200 |
commit | 1c6d516ae79532f8127e88f50ab8973347c1c235 (patch) | |
tree | ef4203436de49d27d4f2732ccc2d5de1673a25f8 | |
parent | 7fc7fb0c59266664b8c700e21859a7fbcc3d5052 (diff) | |
download | jenkins.debian.net-1c6d516ae79532f8127e88f50ab8973347c1c235.tar.xz |
reproducible: common.sh: fix typo
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
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 |