summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-text.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-09-20 00:30:19 +0000
committerKarl Berry <karl@freefriends.org>2010-09-20 00:30:19 +0000
commit173d56275740c63511eecf1fad8a0f3164895176 (patch)
treeddb4e2b504b84c0070966a41e60a6f893e41f16c /Master/tlpkg/installer/install-menu-text.pl
parent7446b088cc3846a3b910919bc9189e40ddbde6b2 (diff)
(menu_head): hbar before head.
git-svn-id: svn://tug.org/texlive/trunk@19817 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-rwxr-xr-xMaster/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 31ad9baab63..924e31e38a7 100755
--- a/Master/tlpkg/installer/install-menu-text.pl
+++ b/Master/tlpkg/installer/install-menu-text.pl
@@ -58,9 +58,9 @@ sub toggle {
}
sub menu_head {
- my $text=shift;
+ my $text = shift;
clear_screen;
- print "$text\n", hbar, "\n";
+ print hbar(), "$text\n\n";
}
sub other_options {