texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo ChangeLog util/texi2dvi


From: Karl Berry
Subject: texinfo ChangeLog util/texi2dvi
Date: Sat, 28 May 2011 22:42:11 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       11/05/28 22:42:11

Modified files:
        .              : ChangeLog 
        util           : texi2dvi 

Log message:
        LC_ALL=C for egrep

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1241&r2=1.1242
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/texi2dvi?cvsroot=texinfo&r1=1.162&r2=1.163

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1241
retrieving revision 1.1242
diff -u -b -r1.1241 -r1.1242
--- ChangeLog   23 May 2011 23:35:51 -0000      1.1241
+++ ChangeLog   28 May 2011 22:42:10 -0000      1.1242
@@ -1,3 +1,8 @@
+2011-05-28  Bruno Haible  <address@hidden>
+
+       * util/texi2dvi: Set LC_ALL to C for egrep of range expression.
+       bug-texinfo mail, 28 May 2011 16:29:20.
+
 2011-05-23  Karl Berry  <address@hidden>
 
        * doc/texinfo.tex (\deftypefnnewline): rename layout option.

Index: util/texi2dvi
===================================================================
RCS file: /sources/texinfo/texinfo/util/texi2dvi,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -b -r1.162 -r1.163
--- util/texi2dvi       23 May 2011 21:53:11 -0000      1.162
+++ util/texi2dvi       28 May 2011 22:42:11 -0000      1.163
@@ -1,6 +1,6 @@
 #! /bin/sh
 # texi2dvi --- produce DVI (or PDF) files from Texinfo (or (La)TeX) sources.
-# $Id: texi2dvi,v 1.162 2011/05/23 21:53:11 karl Exp $
+# $Id: texi2dvi,v 1.163 2011/05/28 22:42:11 karl Exp $
 #
 # Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003,
 # 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
@@ -33,7 +33,7 @@
 set -e
 
 # This string is expanded automatically when this file is checked out.
-rcs_revision='$Revision: 1.162 $'
+rcs_revision='$Revision: 1.163 $'
 rcs_version=`set - $rcs_revision; echo $2`
 program=`echo $0 | sed -e 's!.*/!!'`
 
@@ -1857,7 +1857,7 @@
 
   # If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex),
   # prepend `./' in order to avoid that the tools take it as an option.
-  echo "$command_line_filename" | $EGREP '^(/|[A-Za-z]:/)' >&6 \
+  echo "$command_line_filename" | LC_ALL=C $EGREP '^(/|[A-Za-z]:/)' >&6 \
   || command_line_filename="./$command_line_filename"
 
   # See if the file exists.  If it doesn't we're in trouble since, even



reply via email to

[Prev in Thread] Current Thread [Next in Thread]