From 8d3ff70b9264d98fbf84b5b18c1c2bb136cc0d5b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 5 Feb 2008 10:53:50 +0000 Subject: fix titi typo --- perl-install/standalone.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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) }; -- cgit v1.2.1