diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-27 15:39:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-27 15:39:12 +0000 |
commit | 8a9cc74642b417898fef83f621973a846f0b2608 (patch) | |
tree | 6f5a251a33c03f544095d51319215054b8556812 | |
parent | e6e0fa5f5eb75aab9324418a1eeb667ea6c42503 (diff) | |
download | urpmi-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-x | urpmi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. } |