From adf494c9924fe01e4723200eab3ac93fd9d1496e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 2 Apr 2003 12:13:05 +0000 Subject: hackism to shut up perl_checker --- perl-install/harddrake/sound.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 88e337dd9..154f3ba29 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -142,7 +142,7 @@ sub get_alternative { sub do_switch { my ($in, $old_driver, $new_driver, $index) = @_; - my $wait = $in->wait_message(N("Please wait"), N("Please Wait... Applying the configuration")); + my $_wait = $in->wait_message(N("Please wait"), N("Please Wait... Applying the configuration")); log::explanations("removing old $old_driver\n"); rooted("service sound stop") unless $blacklisted; rooted("service alsa stop") if $old_driver =~ /^snd-/ && !$blacklisted; -- cgit v1.2.1