From 0fc0fcebc9086b7f3c0e67c3fc0fc70e2eae1363 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 29 Nov 2004 18:24:54 +0000 Subject: Factorize code that sets default values for some options --- urpmi | 3 --- 1 file changed, 3 deletions(-) (limited to 'urpmi') diff --git a/urpmi b/urpmi index c1ca8969..2e85d6d9 100755 --- a/urpmi +++ b/urpmi @@ -332,9 +332,6 @@ $urpm->configure(nocheck_access => $env || $< != 0, usedistrib => $usedistrib, ); #- get back activated default values of boolean options. -foreach (qw(post-clean verify-rpm)) { - exists $urpm->{options}{$_} or $urpm->{options}{$_} = 1; -} exists $urpm->{options}{'split-level'} or $urpm->{options}{'split-level'} = $split_level; exists $urpm->{options}{'split-length'} or $urpm->{options}{'split-length'} = $split_length; # comma-separated list of packages that should be installed first, -- cgit v1.2.1