From dc22ec762d9f5a293e8b7c036add8d5dc41922e3 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Mon, 10 Feb 2003 13:32:57 +0000 Subject: - s/link/path/ --- perl-install/standalone/drakhelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakhelp b/perl-install/standalone/drakhelp index 4f2eca29f..fbbf16eca 100644 --- a/perl-install/standalone/drakhelp +++ b/perl-install/standalone/drakhelp @@ -27,7 +27,7 @@ my %launchhelp = ( 'kwin' => sub { system("mdklaunchhelp " . $path . "&") }, 'gnome-session' => sub { system("yelp ghelp://" . $path . "&") }, 'other' => sub { my $browser = $ENV{BROWSER} || find { -x "/usr/bin/$_" } qw(mozilla konqueror galeon) or $in->ask_warn('drakhelp', N("No browser is installed on your system, Please install one if you want to browse the help system")); - standalone::explanations("Connection to help system at $link"); + standalone::explanations("Connection to help system at $path"); system("$browser " . $path . "&") } ); -- cgit v1.2.1