diff options
author | Francois Pons <fpons@mandriva.com> | 2002-09-06 13:06:37 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-09-06 13:06:37 +0000 |
commit | 3f386d650d6ad66f2434f0401be8f75b7964516d (patch) | |
tree | 426815e0f5a831d5b957ef6783e52e0319f86f68 /urpm | |
parent | 7c48319a98e927a6002c9e84cda0d6e57317cad3 (diff) | |
download | urpmi-3f386d650d6ad66f2434f0401be8f75b7964516d.tar urpmi-3f386d650d6ad66f2434f0401be8f75b7964516d.tar.gz urpmi-3f386d650d6ad66f2434f0401be8f75b7964516d.tar.bz2 urpmi-3f386d650d6ad66f2434f0401be8f75b7964516d.tar.xz urpmi-3f386d650d6ad66f2434f0401be8f75b7964516d.zip |
4.0-15mdk
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/parallel_ka_run.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/parallel_ka_run.pm b/urpm/parallel_ka_run.pm index 2b2bb0ba..aac79dff 100644 --- a/urpm/parallel_ka_run.pm +++ b/urpm/parallel_ka_run.pm @@ -106,8 +106,8 @@ sub parallel_install { while (defined ($_ = <F>)) { chomp; s/<([^>]*)>.*:->:(.*)/$2/ and $node = $1; - $bad_nodes{$node} .= $_; /^\s*$/ and next; + $bad_nodes{$node} .= $_; /Installation failed/ and $bad_nodes{$node} = ''; /Installation is possible/ and delete $bad_nodes{$node}; } |