diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-05 12:07:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-05 12:07:44 +0000 |
commit | 25365fea641e9e5bcec2372695c9438d099b78eb (patch) | |
tree | 245722baac92b6fa9b04ec663408d7b00ea44694 /perl-install/pkgs.pm | |
parent | 923889728b1fbc379cd598191c0548690824b146 (diff) | |
download | drakx-25365fea641e9e5bcec2372695c9438d099b78eb.tar drakx-25365fea641e9e5bcec2372695c9438d099b78eb.tar.gz drakx-25365fea641e9e5bcec2372695c9438d099b78eb.tar.bz2 drakx-25365fea641e9e5bcec2372695c9438d099b78eb.tar.xz drakx-25365fea641e9e5bcec2372695c9438d099b78eb.zip |
no_comment
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r-- | perl-install/pkgs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 956498cd5..e03f25cce 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -1176,7 +1176,7 @@ sub install($$$;$$) { log::l("bad package $_->{file}"); packageSetFlagSelected($_, 0); } - cdie ("error installing package list: " . join("\n", map { $_->{file} } @badpkgs)); + cdie ("error installing package list: " . join(", ", map { $_->{file} } @badpkgs)); } } while ($nb > 0 && !$pkgs::cancel_install); |