From 275daf280dfddfd502e92917c209c0f2bc529f48 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 27 May 2005 00:35:11 +0000 Subject: replace $o->{localInstall} with $::local_install --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index b675d057a..86d7a879d 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -300,7 +300,7 @@ sub dont_run_directly_stage2() { } sub spawnShell() { - return if $::o->{localInstall} || $::testing || dont_run_directly_stage2(); + return if $::local_install || $::testing || dont_run_directly_stage2(); if (my $shellpid = fork()) { output('/var/run/drakx_shell.pid', $shellpid); -- cgit v1.2.1