diff options
author | Daouda Lo <daouda@mandriva.com> | 2003-02-10 13:32:57 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2003-02-10 13:32:57 +0000 |
commit | dc22ec762d9f5a293e8b7c036add8d5dc41922e3 (patch) | |
tree | 9bb19738c521111efd6a3012b084083d635019db | |
parent | 6b8e5e1f0c6f4913093dc075563617f7f7adf5f8 (diff) | |
download | drakx-dc22ec762d9f5a293e8b7c036add8d5dc41922e3.tar drakx-dc22ec762d9f5a293e8b7c036add8d5dc41922e3.tar.gz drakx-dc22ec762d9f5a293e8b7c036add8d5dc41922e3.tar.bz2 drakx-dc22ec762d9f5a293e8b7c036add8d5dc41922e3.tar.xz drakx-dc22ec762d9f5a293e8b7c036add8d5dc41922e3.zip |
- s/link/path/
-rw-r--r-- | perl-install/standalone/drakhelp | 2 |
1 files changed, 1 insertions, 1 deletions
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 . "&") } ); |