From 2a18c458fc720a509b951b431e1f4826155dadf1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 12 Sep 2001 13:16:53 +0000 Subject: cleanup --- perl-install/standalone/drakbug_report | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakbug_report b/perl-install/standalone/drakbug_report index 3e433adc1..4911fcb41 100755 --- a/perl-install/standalone/drakbug_report +++ b/perl-install/standalone/drakbug_report @@ -6,7 +6,7 @@ use any; my %other = ( 'rpm -qa' => join('', sort `rpm -qa`), - 'mandrake version' => join ('', `cat /etc/redhat-release`), + 'mandrake version' => cat_('/etc/redhat-release'), ); print any::report_bug('', %other); -- cgit v1.2.1