summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/diskdrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-11-25 22:48:50 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-11-25 22:48:50 +0000
commit480333616c52584fc8a5b5c0fd1dbf1942b7a3ee (patch)
tree42a121621c705c1c656d9010b7f5849c62abbf79 /perl-install/standalone/diskdrake
parent0ebdb29005bf63f814f41be33fff8f78e2812a63 (diff)
downloaddrakx-backup-do-not-use-480333616c52584fc8a5b5c0fd1dbf1942b7a3ee.tar
drakx-backup-do-not-use-480333616c52584fc8a5b5c0fd1dbf1942b7a3ee.tar.gz
drakx-backup-do-not-use-480333616c52584fc8a5b5c0fd1dbf1942b7a3ee.tar.bz2
drakx-backup-do-not-use-480333616c52584fc8a5b5c0fd1dbf1942b7a3ee.tar.xz
drakx-backup-do-not-use-480333616c52584fc8a5b5c0fd1dbf1942b7a3ee.zip
oops, didn't see titi modified option handling
Diffstat (limited to 'perl-install/standalone/diskdrake')
-rwxr-xr-xperl-install/standalone/diskdrake3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/standalone/diskdrake b/perl-install/standalone/diskdrake
index 4d831de6b..285557781 100755
--- a/perl-install/standalone/diskdrake
+++ b/perl-install/standalone/diskdrake
@@ -47,9 +47,6 @@ while (my $e = shift @l) {
}
}
-$::expert = exists $options{expert}; delete $options{expert};
-$::testing = exists $options{testing}; delete $options{testing};
-
my @types = qw(hd nfs smb dav removable fileshare);
my ($type, $para) = ('hd', '');
foreach (@types) {