From 13217bb974d4df92858e5b1584979b5df5bcf2b9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 25 Nov 2014 07:41:15 +0100 Subject: fix gurpmi --auto not working anymore (mga#14565) jut use new splited out 'drakbug' module instead of 'standalone' rationale: @ARGV handling in standalone breaks gurpmi --auto regression introduced commit a7c54188c5a236a07bc6aeb504f1b384960f80 --- gurpmi2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gurpmi2') diff --git a/gurpmi2 b/gurpmi2 index 2fb44633..0dcdc402 100755 --- a/gurpmi2 +++ b/gurpmi2 @@ -12,7 +12,7 @@ BEGIN { #- set up a safe path and environment eval { use lib qw(/usr/lib/libDrakX); - use standalone; # for reporting crashes in our bugzilla + use drakbug; # for reporting crashes in our bugzilla }; use gurpmi; use gurpm::RPMProgressDialog; -- cgit v1.2.1