summaryrefslogtreecommitdiffstats
path: root/gurpmi
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi')
-rwxr-xr-xgurpmi6
1 files changed, 6 insertions, 0 deletions
diff --git a/gurpmi b/gurpmi
index fe05f549..f44bf66f 100755
--- a/gurpmi
+++ b/gurpmi
@@ -14,6 +14,12 @@ use Gtk2;
use gurpmi;
use urpm::util;
+# For other distros w/o exception support:
+eval { Glib->enable_exceptions2 };
+if (my $err = $@) {
+ warn "Error: $err\n";
+}
+
sub usage() { gurpmi::usage() }
#- globals