summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-27 15:39:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-27 15:39:12 +0000
commit8a9cc74642b417898fef83f621973a846f0b2608 (patch)
tree6f5a251a33c03f544095d51319215054b8556812
parente6e0fa5f5eb75aab9324418a1eeb667ea6c42503 (diff)
downloadurpmi-8a9cc74642b417898fef83f621973a846f0b2608.tar
urpmi-8a9cc74642b417898fef83f621973a846f0b2608.tar.gz
urpmi-8a9cc74642b417898fef83f621973a846f0b2608.tar.bz2
urpmi-8a9cc74642b417898fef83f621973a846f0b2608.tar.xz
urpmi-8a9cc74642b417898fef83f621973a846f0b2608.zip
debug__do_not_install: better do it everywhere
-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.
}