diff options
Diffstat (limited to 'perl-install/interactive')
-rw-r--r-- | perl-install/interactive/stdio.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive/stdio.pm b/perl-install/interactive/stdio.pm index 10e749205..737b966f7 100644 --- a/perl-install/interactive/stdio.pm +++ b/perl-install/interactive/stdio.pm @@ -115,7 +115,7 @@ ask_fromW_begin: print "* "; $common->{title} and print "$common->{title}\n"; - print map { "$_\n" } @{$common->{messages}}; + print(map { "$_\n" } @{$common->{messages}}); $predo_widget->($_) foreach @$l; if (listlength(@$l) > 30) { |