summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug_report
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/drakbug_report')
-rwxr-xr-xperl-install/standalone/drakbug_report5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/standalone/drakbug_report b/perl-install/standalone/drakbug_report
index ca947d4a3..672960272 100755
--- a/perl-install/standalone/drakbug_report
+++ b/perl-install/standalone/drakbug_report
@@ -2,13 +2,14 @@
use lib qw(/usr/lib/libDrakX);
+use standalone;
use common;
use any;
my %other = (
'rpm -qa' => join('', sort `rpm -qa`),
- 'mandrake version' => mandrake_release(),
+ 'mageia version' => mageia_release(),
'df' => join('', `df`),
);
-print any::report_bug('', %other);
+print any::report_bug(%other);