summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPOBJ.pm
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-05-21 14:11:47 +0900
committerNorbert Preining <norbert@preining.info>2022-06-10 23:11:40 +0900
commit18d19f08528af16cc09f82ccda7f38d57585c3a8 (patch)
tree63e1bf38e02fadc2b7a3b7fee2324f985aca6772 /Master/tlpkg/TeXLive/TLPOBJ.pm
parente90782a615eb546cae7930e198e276837f370e9c (diff)
Rename Windows detection macros.
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPOBJ.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPOBJ.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm
index f90c0b94d50..9f6ff093adb 100644
--- a/Master/tlpkg/TeXLive/TLPOBJ.pm
+++ b/Master/tlpkg/TeXLive/TLPOBJ.pm
@@ -684,7 +684,7 @@ sub make_container {
}
my $tartempfile = "";
- if (win32()) {
+ if (wndws()) {
# Since we provide our own (GNU) tar on Windows, we know it has -T.
my $tmpdir = TeXLive::TLUtils::tl_tmpdir();
$tartempfile = "$tmpdir/mc$$";