29 Apr
2020
29 Apr
'20
11:59 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25305 --- Comment #8 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Note: I missed one occurrence (not used in the normal workflow as it impacts stdout) 368 if (defined $output && $output ne '-') { 369 print STDERR "$0: Opening output file \"$output\"\n" if $verbose_p; 370 open($OUTPUT, '>:encoding(utf-8)', $output) || die "$output: $!\n"; 371 } else { 372 print STDERR "$0: Outputting to STDOUT...\n" if $verbose_p; 373 open($OUTPUT, ">&STDOUT"); 374 } -- You are receiving this mail because: You are watching all bug changes.