summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0d497bce7..fbc2e2eae 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -609,7 +609,7 @@ sub main {
}
$::o = $o = $o_;
- eval { output('/proc/splash', "verbose\n") };
+ eval { output('/proc/splash', "verbose\n") } if !$::globetrotter;
#-the main cycle
my $clicked = 0;