summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug_report
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-12-21 12:40:06 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-12-21 12:40:06 +0000
commit2d85f131e1ec9181038692493bb9daca277edb45 (patch)
tree372e90d993fe3c4506ce2f9ba0e76de7295f44f1 /perl-install/standalone/drakbug_report
parent68830f224661c15349199961a9ab1b05ef85d2e2 (diff)
downloaddrakx-backup-do-not-use-2d85f131e1ec9181038692493bb9daca277edb45.tar
drakx-backup-do-not-use-2d85f131e1ec9181038692493bb9daca277edb45.tar.gz
drakx-backup-do-not-use-2d85f131e1ec9181038692493bb9daca277edb45.tar.bz2
drakx-backup-do-not-use-2d85f131e1ec9181038692493bb9daca277edb45.tar.xz
drakx-backup-do-not-use-2d85f131e1ec9181038692493bb9daca277edb45.zip
don't pass prefix, use $::prefix
Diffstat (limited to 'perl-install/standalone/drakbug_report')
-rwxr-xr-xperl-install/standalone/drakbug_report2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbug_report b/perl-install/standalone/drakbug_report
index 632dafcf7..d40d5a1c4 100755
--- a/perl-install/standalone/drakbug_report
+++ b/perl-install/standalone/drakbug_report
@@ -12,4 +12,4 @@ my %other = (
'df' => join('', `df`),
);
-print any::report_bug('', %other);
+print any::report_bug(%other);