summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xgurpmi22
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 68a299de..ed603475 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
- gurpmi:
o ensure rpm error message are always in UTF-8
o ensure urpmi messages are always in UTF-8
+ o return urpmi error code
Version 5.11 - 11 March 2008, by Pascal "Pixel" Rigaux
diff --git a/gurpmi2 b/gurpmi2
index bd1e4a19..9f1fc02b 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -333,5 +333,5 @@ sub do_install_3 () {
grep { !/^--no-priority-upgrade$|--previous-priority-upgrade=/ } @ARGV);
exec $0, @ARGV;
}
-
+ exit $exit_code;
}