summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/standalone.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm
index 42f73744f..41a9ed861 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) };