diff options
author | Antoine Ginies <aginies@mandriva.com> | 2011-04-19 16:10:24 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2011-04-19 16:10:24 +0000 |
commit | eb2b0e79115a9d8181a2b22248065be0347deccf (patch) | |
tree | 35d97050f6cda372d378c6caa78076050bf429da /perl-install | |
parent | 96b996a1e8a71444b0c67d5f4ba8c58705105400 (diff) | |
download | drakx-backup-do-not-use-eb2b0e79115a9d8181a2b22248065be0347deccf.tar drakx-backup-do-not-use-eb2b0e79115a9d8181a2b22248065be0347deccf.tar.gz drakx-backup-do-not-use-eb2b0e79115a9d8181a2b22248065be0347deccf.tar.bz2 drakx-backup-do-not-use-eb2b0e79115a9d8181a2b22248065be0347deccf.tar.xz drakx-backup-do-not-use-eb2b0e79115a9d8181a2b22248065be0347deccf.zip |
fix https://qa.mandriva.com/show_bug.cgi?id=63073 bug
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/harddrake/data.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index f90cd334c..ed1dc7da1 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -122,7 +122,7 @@ our @tree = icon => "hw-pcmcia.png", configurator => "", #detector => sub { f(print "";detect_devices::pcmcia_controller_probe()) }, - detector => sub { f(;) }, + detector => sub { }, checked_on_boot => 1, }, |