View | Details | Raw Unified | Return to bug 14592
Collapse All | Expand All

(-)a/tools/export.pl (-2 / +2 lines)
Lines 166-172 if ( $op eq "export" ) { Link Here
166
166
167
        binmode STDOUT, ':encoding(UTF-8)'
167
        binmode STDOUT, ':encoding(UTF-8)'
168
            if $filename =~ m/\.gz$/
168
            if $filename =~ m/\.gz$/
169
                or $filename =~ m/\.bz2$/;
169
               or $filename =~ m/\.bz2$/
170
               or $output_format ne 'csv';
170
171
171
        if ( $filename =~ m/\.gz$/ ) {
172
        if ( $filename =~ m/\.gz$/ ) {
172
            $mimetype = 'application/x-gzip';
173
            $mimetype = 'application/x-gzip';
173
- 

Return to bug 14592