From 63e56c659ec455089815eaf3312d668fe60677e1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 3 May 2004 09:54:33 +0000 Subject: no need for defensive programming --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 24f498b27..2c779e9b4 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -549,7 +549,7 @@ sub install_urpmi { sub updateModulesFromFloppy { my ($o) = @_; - return if $::testing || !$o->{updatemodules}; + return if $::testing; fs::mount($o->{updatemodules}, "/floppy", "ext2", 0); foreach (glob_("$o->{prefix}/lib/modules/*")) { -- cgit v1.2.1