summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-01-05 19:29:33 +0000
committerFrancois Pons <fpons@mandriva.com>2000-01-05 19:29:33 +0000
commitb442d9fc968a3bd52e64d607dcc1f1ca829aeebb (patch)
treec092ebf2311e419810074798ba00760621f76835 /perl-install/install_any.pm
parent4b0c42bfa1907b00e24a50e69b2c068f41a31051 (diff)
downloaddrakx-backup-do-not-use-b442d9fc968a3bd52e64d607dcc1f1ca829aeebb.tar
drakx-backup-do-not-use-b442d9fc968a3bd52e64d607dcc1f1ca829aeebb.tar.gz
drakx-backup-do-not-use-b442d9fc968a3bd52e64d607dcc1f1ca829aeebb.tar.bz2
drakx-backup-do-not-use-b442d9fc968a3bd52e64d607dcc1f1ca829aeebb.tar.xz
drakx-backup-do-not-use-b442d9fc968a3bd52e64d607dcc1f1ca829aeebb.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 00dda26e4..36d6b2eca 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -562,7 +562,7 @@ sub update_userkderc($$$) {
if (/^\s*(\w*)=/ && $tosubst{lc($1)}) {
delete $tosubst{lc($1)};
} else {
- ($i > 1 && /^\s*\[/ && join '', values %tosubst). $_;
+ ($i > 1 && /^\s*\[/ && join '', map { delete $tosubst{$_} } keys %tosubst). $_;
}
} else {
$_;