diff options
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-x | perl-install/standalone/drakboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 320c1fe79..9c3449d1d 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -31,7 +31,7 @@ if ($in->isa('interactive::gtk')) { } !$::isEmbedded and $in->exit(0); -kill(USR1, $::CCPID); +kill('USR1', $::CCPID); goto ask; sub lilo_choice |