summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xurpmi3
1 files changed, 1 insertions, 2 deletions
diff --git a/urpmi b/urpmi
index 3b0b86bf..643b9cb6 100755
--- a/urpmi
+++ b/urpmi
@@ -854,5 +854,4 @@ if ($pid_err || $pid_out) {
close STDOUT;
}
-use POSIX ();
-POSIX::_exit($exit_code);
+exit($exit_code);