summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-03 17:12:20 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-03 17:12:20 +0000
commit6ec5e21f5314c47953e1049764a5062ec7e5d187 (patch)
treeb2b49bfcf120bbe7cecf2daff585d7137a514bd4
parent12d352708ab3877a8fc027cefa1c284cf511d6d7 (diff)
downloaddrakx-6ec5e21f5314c47953e1049764a5062ec7e5d187.tar
drakx-6ec5e21f5314c47953e1049764a5062ec7e5d187.tar.gz
drakx-6ec5e21f5314c47953e1049764a5062ec7e5d187.tar.bz2
drakx-6ec5e21f5314c47953e1049764a5062ec7e5d187.tar.xz
drakx-6ec5e21f5314c47953e1049764a5062ec7e5d187.zip
(install) return exit code
-rw-r--r--perl-install/install/pkgs.pm2
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 {