diff options
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r-- | perl-install/standalone.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index e4f3480d4..5c5162d20 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -258,7 +258,7 @@ sub are_installed { sub remove { my ($o, @l) = @_; - my $wait = $o->{in}->wait_message('', N("Removing packages...")); + my $_wait = $o->{in}->wait_message('', N("Removing packages...")); $o->{in}->suspend; log::explanations("removed packages @l"); my $ret = system('rpm', '-e', @l) == 0; |