diff options
author | Francois Pons <fpons@mandriva.com> | 2000-01-05 19:29:33 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-01-05 19:29:33 +0000 |
commit | b442d9fc968a3bd52e64d607dcc1f1ca829aeebb (patch) | |
tree | c092ebf2311e419810074798ba00760621f76835 /perl-install/install_any.pm | |
parent | 4b0c42bfa1907b00e24a50e69b2c068f41a31051 (diff) | |
download | drakx-b442d9fc968a3bd52e64d607dcc1f1ca829aeebb.tar drakx-b442d9fc968a3bd52e64d607dcc1f1ca829aeebb.tar.gz drakx-b442d9fc968a3bd52e64d607dcc1f1ca829aeebb.tar.bz2 drakx-b442d9fc968a3bd52e64d607dcc1f1ca829aeebb.tar.xz drakx-b442d9fc968a3bd52e64d607dcc1f1ca829aeebb.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 2 |
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 { $_; |