summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index c3ff28f7..932695c4 100755
--- a/urpmi
+++ b/urpmi
@@ -600,7 +600,7 @@ if (!$urpm->{options}{auto} && $ask_user && $urpm->{nb_install} || $env && !$opt
"Proceed with the installation of the %d packages?",
$urpm->{nb_install}, $urpm->{nb_install});
my $p = join("\n", $msg, @to_install_formatted, $msg2, $msg3);
- if ($env) {
+ if ($env && !$options{debug__do_not_install}) {
print "$p\n";
exit 0; #- exit now for specific environment.
}