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

(-)a/misc/cronjobs/gather_print_notices.pl (-2 / +1 lines)
Lines 266-272 sub generate_ods { Link Here
266
    my $csv_filepath = File::Spec->catdir( $tmpdir, $csv_filename );
266
    my $csv_filepath = File::Spec->catdir( $tmpdir, $csv_filename );
267
267
268
    qx|
268
    qx|
269
        $csv2ods_cmd -i $csv_filepath -o $filepath -d $delimiter
269
        $csv2ods_cmd -i $csv_filepath -o $filepath -d "$delimiter"
270
    |;
270
    |;
271
}
271
}
272
272
273
- 

Return to bug 11603