summaryrefslogtreecommitdiffstats
path: root/bin/schroot-create.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-22 20:43:26 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-22 20:43:26 +0200
commitc7d1d8ba578112be38689d10643df9d7b2c8f8fd (patch)
tree8afdc826d981d54b31e5cdc9aff6076fd5fb27c8 /bin/schroot-create.sh
parent8ac31a8b9cc33769cb992e320c64a7ea6aad4ea4 (diff)
downloadjenkins.debian.net-c7d1d8ba578112be38689d10643df9d7b2c8f8fd.tar.xz
reproducible: use properly named tmpfile
Diffstat (limited to 'bin/schroot-create.sh')
-rwxr-xr-xbin/schroot-create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh
index 40833fbc..c533d2e5 100755
--- a/bin/schroot-create.sh
+++ b/bin/schroot-create.sh
@@ -39,7 +39,7 @@ shift
SUITE="$1"
shift
-TMPLOG=$(mktemp)
+TMPLOG=$(mktemp --tmpdir=$TMPDIR schroot-create-XXXXXXXX)
declare -a EXTRA_SOURCES
if [ "$SUITE" = "experimental" ] ; then