summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-06-14 21:55:04 +0000
committerKarl Berry <karl@freefriends.org>2008-06-14 21:55:04 +0000
commit298477d0cc2aaf36dad4e784f3f89c65c5b2c0fe (patch)
treee417c0e3776e078313b155ba3c4d6b0caca2d5aa /Master
parent409e556a796fd7e50866e97977f17073e920f95d (diff)
wrongly deleted newline; tweak display of last part master menu text
git-svn-id: svn://tug.org/texlive/trunk@8734 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/install-tl2
-rwxr-xr-xMaster/tlpkg/installer/install-menu-text.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 2b2093c2593..f7855fa8048 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -652,7 +652,7 @@ sub load_tlpdb {
} else {
$master="$::installerdir";
}
- info("Loading $master/$TeXLive::TLConfig::InfraLocation/$TeXLive::TLConfig::DatabaseName");
+ info("Loading $master/$TeXLive::TLConfig::InfraLocation/$TeXLive::TLConfig::DatabaseName\n");
$tlpdb=TeXLive::TLPDB->new(root => "$master");
if (!defined($tlpdb)) {
die("Cannot load TeX Live Database from $master");
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl
index 17997e0345d..673440e5bb4 100755
--- a/Master/tlpkg/installer/install-menu-text.pl
+++ b/Master/tlpkg/installer/install-menu-text.pl
@@ -68,7 +68,7 @@ sub other_options {
'Q' => 'quit'
);
- print "\nOther options:\n", hbar;
+ print "\nOther actions:\n";
for my $option (@options) {
if (defined $opts{"$option"}) {
printf " <%s> %s\n", $option, $opts{$option};