evcc: 0.131.4 -> 0.131.5
[NixPkgs.git] / pkgs / by-name / do / docbook2x / db2x_texixml-to-stdout.patch
blob8daa5c87a661e38b62a7c04d900a5f88c164c28a
1 --- docbook2X-0.8.8/perl/db2x_texixml.pl 2006-04-20 05:02:31.000000000 +0200
2 +++ docbook2X-0.8.8/perl/db2x_texixml.pl 2008-03-12 15:36:55.000000000 +0100
3 @@ -432,8 +432,12 @@ sub texi_openfile {
4 $openstr = '>-';
6 } else {
7 + if(not $self->{options}->{'to-stdout'}) {
8 $openstr .= '> ' . shell_quote($filename);
9 print "$filename\n"
10 if $self->{options}->{'list-files'};
11 + } else {
12 + $openstr = '>-';
13 + }