From 87bd6ff2047e413b1c76542a590e7694822487ae Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 1 Sep 2008 09:18:37 +0000 Subject: oops, remove debug code :-/ (thanks titi) --- perl-install/install/steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/steps_interactive.pm') diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index ae549d7ac..f75088eed 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -763,7 +763,7 @@ Do you want to install the updates?")), if (any::urpmi_add_all_media($o)) { my $binary = find { whereis_binary($_, $::prefix) } 'gurpmi2', 'urpmi' or return; - run_program::rooted($::prefix, $binary, 'emacs'); # , '--auto-select', '--updates' + run_program::rooted($::prefix, $binary, '--auto-select', '--update'); } #- not downing network, even ppp. We don't care much since it is the end of install :) -- cgit v1.2.1