summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-22 21:23:57 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-22 21:23:57 +0000
commitec88df0a7b7659d4c096a4c5540b28db816d7205 (patch)
treec612a1160c6c704e3dce447e859d3a97a3623d51 /perl-install/any.pm
parent8f2f272a88956ddffb83bffdf2a903712a6ef9da (diff)
downloaddrakx-backup-do-not-use-ec88df0a7b7659d4c096a4c5540b28db816d7205.tar
drakx-backup-do-not-use-ec88df0a7b7659d4c096a4c5540b28db816d7205.tar.gz
drakx-backup-do-not-use-ec88df0a7b7659d4c096a4c5540b28db816d7205.tar.bz2
drakx-backup-do-not-use-ec88df0a7b7659d4c096a4c5540b28db816d7205.tar.xz
drakx-backup-do-not-use-ec88df0a7b7659d4c096a4c5540b28db816d7205.zip
when $::noauto, hardwire no probing in detect_devices::probeall to ensure no probing is never done
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index e28084f4e..0f472748c 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -641,7 +641,7 @@ sub load_category {
my ($in, $category, $auto, $at_least_one) = @_;
my @l;
- if (!$::noauto) {
+ {
my $w;
my $wait_message = sub { $w = wait_load_module($in, $category, @_) };
@l = modules::load_category($category, $wait_message);