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

(-)a/tools/export.pl (-2 / +1 lines)
Lines 93-99 _USAGE_ Link Here
93
    $record_type       ||= "bibs";
93
    $record_type       ||= "bibs";
94
94
95
    # Redirect stdout
95
    # Redirect stdout
96
    open STDOUT, ">$filename" if $filename;
96
    open STDOUT, '>', $filename if $filename;
97
97
98
} else {
98
} else {
99
99
100
- 

Return to bug 5600