OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-n?expand=0&rev=81
25 lines
530 B
Plaintext
25 lines
530 B
Plaintext
! Fix boo#983823
|
|
|
|
---
|
|
texmf-dist/scripts/latexpand/latexpand | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- texmf-dist/scripts/latexpand/latexpand
|
|
+++ texmf-dist/scripts/latexpand/latexpand 2017-06-13 14:06:39.461591189 +0000
|
|
@@ -155,6 +155,7 @@ sub process_file
|
|
return $in_comment;
|
|
}
|
|
|
|
+no warnings;
|
|
sub process_line
|
|
{
|
|
my ($line, $prefix, $commented_newline, $file) = @_;
|
|
@@ -369,6 +370,7 @@ sub process_line
|
|
}
|
|
print;
|
|
}
|
|
+use warnings;
|
|
|
|
# search $1 in $TEXINPUTS, with possible extensions in $2
|
|
sub find_tex_file
|