summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-10-02 11:28:00 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-10-02 11:28:00 +0000
commit22a124d4a7b1de0b0e4b8ceeb0424c6326758790 (patch)
tree39f2d1a3ad248ab76c4b0db94083f5d243fa1b52 /perl-install/modules.pm
parent9ec28cc8db32b62958d812f6b2893b9684a589f1 (diff)
downloaddrakx-backup-do-not-use-22a124d4a7b1de0b0e4b8ceeb0424c6326758790.tar
drakx-backup-do-not-use-22a124d4a7b1de0b0e4b8ceeb0424c6326758790.tar.gz
drakx-backup-do-not-use-22a124d4a7b1de0b0e4b8ceeb0424c6326758790.tar.bz2
drakx-backup-do-not-use-22a124d4a7b1de0b0e4b8ceeb0424c6326758790.tar.xz
drakx-backup-do-not-use-22a124d4a7b1de0b0e4b8ceeb0424c6326758790.zip
try to fix my fix for blank
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index 4470475dc..5e61f3847 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -47,7 +47,7 @@ sub load {
};
my @network_devices = $network_module ? detect_devices::getNet() : ();
- if ($::testing || $o->{blank}) {
+ if ($::testing || $::blank) {
log::l("i would load module $_ (@{$options{$_}})") foreach @l;
} elsif ($::isStandalone || $::live) {
run_program::run('/sbin/modprobe', $_, @{$options{$_}})