summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-check-tlnet-consistency
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-check-tlnet-consistency')
-rwxr-xr-xMaster/tlpkg/bin/tl-check-tlnet-consistency2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-check-tlnet-consistency b/Master/tlpkg/bin/tl-check-tlnet-consistency
index e82ec38a0b1..7016d9397f1 100755
--- a/Master/tlpkg/bin/tl-check-tlnet-consistency
+++ b/Master/tlpkg/bin/tl-check-tlnet-consistency
@@ -68,7 +68,7 @@ sub main {
if (! -d $tempbase) {
mkdir($tempbase) or die "Cannot create $tempbase directory: $!";
}
- my $temp = `mktemp -d -p \"$tempbase\"`;
+ my $temp = `mktemp -d --suffix=tlcnc --tmpdir=\"$tempbase\"`;
chomp($temp);
die "Cannot create temporary directory in $tempbase: $!" if (! -d $temp);
my @notlpobj;