From c7d1d8ba578112be38689d10643df9d7b2c8f8fd Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 22 Sep 2015 20:43:26 +0200 Subject: reproducible: use properly named tmpfile --- bin/schroot-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/schroot-create.sh') 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 -- cgit v1.2.3-54-g00ecf