From 16b86cca6fa2a49687d9fc75781726c1c2d6ac90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Lefebvre?= Date: Mon, 17 Aug 2009 13:13:37 +0000 Subject: - drakhelp : fix firefox launch bug #29775 --- perl-install/standalone/drakhelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakhelp') diff --git a/perl-install/standalone/drakhelp b/perl-install/standalone/drakhelp index 3eaf580cc..9f23a0353 100755 --- a/perl-install/standalone/drakhelp +++ b/perl-install/standalone/drakhelp @@ -44,7 +44,7 @@ if (! -e $instpath) { } if (-e $instpath) { - local $ENV{HOME} = '/root'; + local $ENV{HOME} = '/root' if !$<; run_program::raw({ detach => 1 }, '/usr/bin/www-browser', "file://$ancpath"); } else { $ugtk2::wm_icon = "help"; -- cgit v1.2.1