diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-10-20 17:12:11 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-10-20 17:12:11 +0000 |
commit | 8dff6ec2133d4c16bdf885e75907c6e441f9bdc7 (patch) | |
tree | c7d264bab11340b9aab39a68e363f31c4aaf2181 /perl-install/harddrake/sound.pm | |
parent | 3fbc87b8ddb5cdaa7ca4588a2304c3da289c7257 (diff) | |
download | drakx-8dff6ec2133d4c16bdf885e75907c6e441f9bdc7.tar drakx-8dff6ec2133d4c16bdf885e75907c6e441f9bdc7.tar.gz drakx-8dff6ec2133d4c16bdf885e75907c6e441f9bdc7.tar.bz2 drakx-8dff6ec2133d4c16bdf885e75907c6e441f9bdc7.tar.xz drakx-8dff6ec2133d4c16bdf885e75907c6e441f9bdc7.zip |
misc perl_checker cleanups
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 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, }, { |