From 7bbc1124853b05e2047d847b926646efa2573bc1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 27 Jan 2003 08:59:20 +0000 Subject: perl_checker fix --- perl-install/standalone/harddrake2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 846a9406f..d2617e6fb 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -86,7 +86,7 @@ my @menu_items = { path => N("/_Options").N("/Autodetect _jazz drives"), type => '', callback => sub { $options{JAZZ_DETECTION} = $check_boxes{JAZZ_DETECTION}->active } }, { path => N("/_Help"), type => '' }, - { path => N("/_Help").N("/_Help"), callback => sub { unless(fork()) { exec("drakhelp Starter.html/harddrake.html") } } }, + { path => N("/_Help").N("/_Help"), callback => sub { unless (fork()) { exec("drakhelp Starter.html/harddrake.html") } } }, { path => N("/_Help").N("/_Fields description"), callback => sub { -- cgit v1.2.1