diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-04-02 12:13:05 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-04-02 12:13:05 +0000 |
commit | adf494c9924fe01e4723200eab3ac93fd9d1496e (patch) | |
tree | 3ff0af5a49ef5878523c4455eb32571ac2346919 /perl-install/harddrake/sound.pm | |
parent | 741db4cc5a352ad96916025959280e0d53e6c4a6 (diff) | |
download | drakx-adf494c9924fe01e4723200eab3ac93fd9d1496e.tar drakx-adf494c9924fe01e4723200eab3ac93fd9d1496e.tar.gz drakx-adf494c9924fe01e4723200eab3ac93fd9d1496e.tar.bz2 drakx-adf494c9924fe01e4723200eab3ac93fd9d1496e.tar.xz drakx-adf494c9924fe01e4723200eab3ac93fd9d1496e.zip |
hackism to shut up perl_checker
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-rw-r--r-- | perl-install/harddrake/sound.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |