diff options
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r-- | perl-install/install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index b484248ee..8c33e6231 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -415,7 +415,7 @@ sub count_files { sub cp_with_progress { my $wait_message = shift; - my $current = shift; + my $_current = shift; my $total = shift; my $dest = pop @_; cp_with_progress_({ keep_special => 1 }, $wait_message, $total, \@_, $dest); |