summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
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);