summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index b0b6d2f29..b55d0b3d7 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -607,7 +607,7 @@ sub main {
}
$::o = $o = $o_;
- eval { output('/proc/splash', "verbose\n") };
+ eval { output('/proc/splash', "verbose\n") } if !$::globetrotter;
#-the main cycle
MAIN: for ($o->{step} = $o->{steps}{first};; $o->{step} = getNextStep($o)) {