summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-06-06 08:22:19 +0900
committerNorbert Preining <norbert@preining.info>2022-06-06 08:22:19 +0900
commitd0e719d80c0cd44d6c8ef16d79170c9a45f4094e (patch)
tree14a61ea2bfab147741059d0fac51cf26932920d2 /Master/tlpkg/installer
parent4f2710ca193f06720b768ea2e46b5f1611c39cfb (diff)
Updates from Karl
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r--Master/tlpkg/installer/install-menu-text.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl
index f91cfd6f4cd..9f7060d3d28 100644
--- a/Master/tlpkg/installer/install-menu-text.pl
+++ b/Master/tlpkg/installer/install-menu-text.pl
@@ -623,7 +623,7 @@ sub input_dirname
$answer =~ s!\\!/!g if win32(); # switch to forward slashes
if (!$noexpansion) {
- $answer = $TeXLive::TLUtils::expand_tilde($answer);
+ $answer = TeXLive::TLUtils::expand_tilde($answer);
}
if ($answer !~ m/^~/) {
@@ -720,7 +720,7 @@ sub help_menu {
clear_screen;
- my @text=html2text "$installer_help";
+ my @text=html2text ($installer_help);
my $lines=(@text);
my $overlap=3;
my $lps=32; # lines per screen - overlap