diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-05 10:53:50 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-05 10:53:50 +0000 |
commit | 8d3ff70b9264d98fbf84b5b18c1c2bb136cc0d5b (patch) | |
tree | a54f339807cd74df7862072d727a4209b7ddfd2b /perl-install/standalone.pm | |
parent | 4d2afa232d1cf34b1e0dec040f31fe3a8bbe684e (diff) | |
download | drakx-8d3ff70b9264d98fbf84b5b18c1c2bb136cc0d5b.tar drakx-8d3ff70b9264d98fbf84b5b18c1c2bb136cc0d5b.tar.gz drakx-8d3ff70b9264d98fbf84b5b18c1c2bb136cc0d5b.tar.bz2 drakx-8d3ff70b9264d98fbf84b5b18c1c2bb136cc0d5b.tar.xz drakx-8d3ff70b9264d98fbf84b5b18c1c2bb136cc0d5b.zip |
fix titi typo
Diffstat (limited to 'perl-install/standalone.pm')
-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) }; |