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