diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | gurpmi2 | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 @@ -333,5 +333,5 @@ sub do_install_3 () { grep { !/^--no-priority-upgrade$|--previous-priority-upgrade=/ } @ARGV); exec $0, @ARGV; } - + exit $exit_code; } |