aboutsummaryrefslogtreecommitdiffstats
path: root/gurpmi.addmedia
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi.addmedia')
-rwxr-xr-xgurpmi.addmedia3
1 files changed, 2 insertions, 1 deletions
diff --git a/gurpmi.addmedia b/gurpmi.addmedia
index 2b458c96..ecedf817 100755
--- a/gurpmi.addmedia
+++ b/gurpmi.addmedia
@@ -48,7 +48,8 @@ use rpmdrake;
eval { require ugtk2; ugtk2->import(qw(:all)) };
if ($@) {
print "This program cannot be run in console mode.\n";
- c::_exit(0); #- skip ugtk2::END
+ use POSIX qw(_exit);
+ _exit(0); #- skip ugtk2::END
}
$::isStandalone = 1;