diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakbug_report | 2 |
1 files changed, 1 insertions, 1 deletions
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); |