summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {