diff options
Diffstat (limited to 'perl-install/commands.pm')
-rw-r--r-- | perl-install/commands.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/commands.pm b/perl-install/commands.pm index 1369d5373..fe6ad8dba 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -328,7 +328,7 @@ sub more { $v =~ /^q/ and exit 0; $n = 0; } - print + print; } } |