From 43d1e8e183da5fae5a5e94cbd6d53b00f3bbce7b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 27 Sep 2005 17:37:06 +0000 Subject: (main) do not stop bootsplash on globetrotter --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1