diff options
Diffstat (limited to 'perl-install/standalone/drakbug')
-rwxr-xr-x | perl-install/standalone/drakbug | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index 127ab910b..0e3cb1b5c 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -147,8 +147,7 @@ qq(If you can, try to run the "$prog" program from a terminal and copy and paste ); print($bugzilla_url . "?" . $options . "\n"); require run_program; - run_program::raw({ detach => 1 }, - if_($parent_uid, 'sudo', '-u', "#$parent_uid"), + run_program::raw({ detach => 1, setuid => $parent_uid }, '/usr/bin/www-browser', "$bugzilla_url?$options"); } ), |