summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/sound.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-10-20 17:12:11 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-10-20 17:12:11 +0000
commit8dff6ec2133d4c16bdf885e75907c6e441f9bdc7 (patch)
treec7d264bab11340b9aab39a68e363f31c4aaf2181 /perl-install/harddrake/sound.pm
parent3fbc87b8ddb5cdaa7ca4588a2304c3da289c7257 (diff)
downloaddrakx-backup-do-not-use-8dff6ec2133d4c16bdf885e75907c6e441f9bdc7.tar
drakx-backup-do-not-use-8dff6ec2133d4c16bdf885e75907c6e441f9bdc7.tar.gz
drakx-backup-do-not-use-8dff6ec2133d4c16bdf885e75907c6e441f9bdc7.tar.bz2
drakx-backup-do-not-use-8dff6ec2133d4c16bdf885e75907c6e441f9bdc7.tar.xz
drakx-backup-do-not-use-8dff6ec2133d4c16bdf885e75907c6e441f9bdc7.zip
misc perl_checker cleanups
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-rw-r--r--perl-install/harddrake/sound.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm
index d340b15d2..728805730 100644
--- a/perl-install/harddrake/sound.pm
+++ b/perl-install/harddrake/sound.pm
@@ -202,7 +202,7 @@ To use alsa, one can either use:
[
{
label => N("Driver:"), val => \$new_driver, list => $alternative, default => $new_driver, sort =>1,
- help => join("\n\n", map { "\"$_\": " . $des{$_} } @$alternative),
+ help => join("\n\n", map { qq("$_": ) . $des{$_} } @$alternative),
allow_empty_list => 1,
},
{