Module Name: src
Committed By: bouyer
Date: Sun Oct 20 14:01:10 UTC 2013
Modified Files:
src/gnu/dist/texinfo/util [netbsd-5]: texi2dvi
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1882):
gnu/dist/texinfo/util/texi2dvi: revision 1.10
Remove trailing whitespace in texi2dvi which confuses sed.
XXX pull up to 5, 6?
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.4.1 src/gnu/dist/texinfo/util/texi2dvi
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/gnu/dist/texinfo/util/texi2dvi
diff -u src/gnu/dist/texinfo/util/texi2dvi:1.9 src/gnu/dist/texinfo/util/texi2dvi:1.9.4.1
--- src/gnu/dist/texinfo/util/texi2dvi:1.9 Tue Sep 2 08:00:24 2008
+++ src/gnu/dist/texinfo/util/texi2dvi Sun Oct 20 14:01:10 2013
@@ -605,10 +605,10 @@ $textra" "$filename_input" >"$filename_x
# If this is a Texinfo file with a specified input encoding, and
# recode is available, then recode to plain 7 bit Texinfo.
if test $language = texinfo; then
- pgm='s/\(^\|.* \)@documentencoding *\([^ ][^ ]*\)\( .*\|$\)/\2/
- t found
- d
- :found
+ pgm='s/\(^\|.* \)@documentencoding *\([^ ][^ ]*\)\( .*\|$\)/\2/
+ t found
+ d
+ :found
q'
encoding=`sed -e "$pgm" "$filename_input"`
if $recode && test -n "$encoding" && findprog recode; then