diff options
-rw-r--r-- | perl-install/standalone.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index e19600777..07c251daa 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -214,7 +214,7 @@ sub bug_handler { } $progname =~ s|.*/||; system('drakbug', if_($error, '--error', $error), '--incident', $progname); - c::exit(1); + c::_exit(1); } $SIG{SEGV} = sub { bug_handler(@_, 1) }; |