diff options
author | Norbert Preining <preining@logic.at> | 2009-01-20 11:10:35 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-01-20 11:10:35 +0000 |
commit | 39cdea5a4481ec6229b9fa0f26f5d9c4dc6fc10b (patch) | |
tree | cc2a473a0350837bf5242ed37a7ae2985bda8a8a /Master/tlpkg/installer | |
parent | b5111169ac8d0ba399bda9a7f4b695023a14aeba (diff) |
fixes, and updmap.cfg created in TEXMFSYSCONFIG
git-svn-id: svn://tug.org/texlive/trunk@11925 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/install-menu-perltk.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index 4f0c5cc3020..fdbfa388329 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -119,7 +119,7 @@ push @::install_packages_hook, sub update_status { my ($p) = @_; - $::progressw->insert("end", "$p\n"); + $::progressw->insert("end", "$p"); $::progressw->see("end"); } sub update_progressbar { |