diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-03-03 17:12:20 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-03-03 17:12:20 +0000 |
commit | 6ec5e21f5314c47953e1049764a5062ec7e5d187 (patch) | |
tree | b2b49bfcf120bbe7cecf2daff585d7137a514bd4 | |
parent | 12d352708ab3877a8fc027cefa1c284cf511d6d7 (diff) | |
download | drakx-backup-do-not-use-6ec5e21f5314c47953e1049764a5062ec7e5d187.tar drakx-backup-do-not-use-6ec5e21f5314c47953e1049764a5062ec7e5d187.tar.gz drakx-backup-do-not-use-6ec5e21f5314c47953e1049764a5062ec7e5d187.tar.bz2 drakx-backup-do-not-use-6ec5e21f5314c47953e1049764a5062ec7e5d187.tar.xz drakx-backup-do-not-use-6ec5e21f5314c47953e1049764a5062ec7e5d187.zip |
(install) return exit code
-rw-r--r-- | perl-install/install/pkgs.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm index 9387cab99..0b546f150 100644 --- a/perl-install/install/pkgs.pm +++ b/perl-install/install/pkgs.pm @@ -778,6 +778,8 @@ sub _install_raw { }); log::l("transactions done, now trying to close still opened fd; exit code=$exit_code"); + + $exit_code; } sub upgrade_by_removing_pkgs { |