merge 586134 584191 stop On 02.06.10 Alexei Sheplyakov ([email protected]) wrote:
> Package: texinfo > Version: 4.13a.dfsg.1-5 > Severity: normal > > $ texi2dvi `pwd`/gmp.texi > egrep: Invalid range end > /usr/bin/texi2dvi: cannot read .//tmp/test/gmp.texi, skipping. > > The cause of the failure is > > 1711 # If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex), > 1712 # prepend `./' in order to avoid that the tools take it as an option. > 1713 echo "$command_line_filename" | $EGREP '^(/|[A-z]:/)' >&6 \ > 1714 || command_line_filename="./$command_line_filename" > > $ LC_ALL=en_US.UTF-8 grep -E '[A-z]' > grep: Invalid range end > Merge with #586134. H. -- sigmentation fault -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

