summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-04-21 18:32:51 +0000
committerFrancois Pons <fpons@mandriva.com>2000-04-21 18:32:51 +0000
commit071b523e11c54dbd06ce1f0e1e70a408fed1b1ba (patch)
tree567a9380e1c00ee3b9d1df03297fa2fb80f5e027 /perl-install/pkgs.pm
parent8ae9897f2abaff7e1586d666cbb6f84c44d9391d (diff)
downloaddrakx-backup-do-not-use-071b523e11c54dbd06ce1f0e1e70a408fed1b1ba.tar
drakx-backup-do-not-use-071b523e11c54dbd06ce1f0e1e70a408fed1b1ba.tar.gz
drakx-backup-do-not-use-071b523e11c54dbd06ce1f0e1e70a408fed1b1ba.tar.bz2
drakx-backup-do-not-use-071b523e11c54dbd06ce1f0e1e70a408fed1b1ba.tar.xz
drakx-backup-do-not-use-071b523e11c54dbd06ce1f0e1e70a408fed1b1ba.zip
*** empty log message ***
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index 1c2125b1a..7b273e5b7 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -1016,7 +1016,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("\n", map { $_->{file} } @badpkgs));
}
} while ($nb > 0 && !$pkgs::cancel_install);