From 8db2ef3faaa959fc470c78e9add0fcbff9202f03 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 27 Oct 2005 16:49:21 +0000 Subject: Get rid of c::_exit --- edit-urpm-sources.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'edit-urpm-sources.pl') diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl index 3f82c00a..2f119113 100755 --- a/edit-urpm-sources.pl +++ b/edit-urpm-sources.pl @@ -26,13 +26,14 @@ use lib qw(/usr/lib/libDrakX); use common; use rpmdrake; use URPM::Signature; +use POSIX qw(_exit); use MDK::Common qw(max); BEGIN { eval { require ugtk2; ugtk2->import(qw(:all)) }; if ($@) { print "This program cannot be run in console mode.\n"; - c::_exit(0); #- skip ugtk2::END + _exit(0); #- skip ugtk2::END } } -- cgit v1.2.1