diff options
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 { |