]> git.ipfire.org Git - ipfire-3.x.git/blame - texinfo/patches/texinfo-4.13a-texi2dvi-regexp.patch
Move all packages to root.
[ipfire-3.x.git] / texinfo / patches / texinfo-4.13a-texi2dvi-regexp.patch
CommitLineData
a4f26965
MT
1diff -up texinfo-4.13/util/texi2dvi.orig texinfo-4.13/util/texi2dvi
2--- texinfo-4.13/util/texi2dvi.orig 2010-10-11 14:08:21.340831908 +0200
3+++ texinfo-4.13/util/texi2dvi 2010-10-11 14:12:14.235841752 +0200
4@@ -1683,7 +1683,7 @@ input_file_name_decode ()
5
6 # If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex),
7 # prepend `./' in order to avoid that the tools take it as an option.
8- echo "$command_line_filename" | $EGREP '^(/|[A-z]:/)' >&6 \
9+ echo "$command_line_filename" | $EGREP '^(/|[A-Za-z]:/)' >&6 \
10 || command_line_filename="./$command_line_filename"
11
12 # See if the file exists. If it doesn't we're in trouble since, even