summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 5b25dbf6e05..5466a1a32b0 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -1220,8 +1220,8 @@ rem start /b cmd /c del "%%~f0"
EOF
;
# write the updater script to file
- open UPDATER, ">" . $localtlpdb->root . "/tlpkg/installer/updater.bat"
- or die "Cannot create updater.bat: $!";
+ open UPDATER, ">" . $localtlpdb->root . "/tlpkg/installer/updater"
+ or die "Cannot create updater: $!";
print UPDATER $updater_string;
close UPDATER;
# tlwarn("UPDATER script has been created:\n");