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: Wed, 23 Jun 2010 23:07:22 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/06/23 23:07:22

Modified files:
        .              : ChangeLog 
        util           : texi2dvi 

Log message:
        avoid spurious output from test_local

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1055&r2=1.1056
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/texi2dvi?cvsroot=texinfo&r1=1.158&r2=1.159

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1055
retrieving revision 1.1056
diff -u -b -r1.1055 -r1.1056
--- ChangeLog   21 Jun 2010 17:44:01 -0000      1.1055
+++ ChangeLog   23 Jun 2010 23:07:21 -0000      1.1056
@@ -1,3 +1,15 @@
+2010-06-23  Karl Berry  <address@hidden>
+
+       * util/texi2dvi (test_local): redirect output away, to avoid
+        local: not found
+        on Solaris 10 et al.  Report from Nelson Beebe,
+        23 Jun 2010 16:08:07.
+
+2010-06-21  Ralf Wildenhues  <address@hidden>
+
+       * doc/texinfo.txi (Inserting a Comma): Quote meta-use of
+       @comma{} in running text.
+
 2010-06-21  Karl Berry  <address@hidden>
 
        * util/gendocs.sh: 2010.

Index: util/texi2dvi
===================================================================
RCS file: /sources/texinfo/texinfo/util/texi2dvi,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -b -r1.158 -r1.159
--- util/texi2dvi       30 Mar 2010 23:13:37 -0000      1.158
+++ util/texi2dvi       23 Jun 2010 23:07:22 -0000      1.159
@@ -1,6 +1,6 @@
 #! /bin/sh
 # texi2dvi --- produce DVI (or PDF) files from Texinfo (or (La)TeX) sources.
-# $Id: texi2dvi,v 1.158 2010/03/30 23:13:37 karl Exp $
+# $Id: texi2dvi,v 1.159 2010/06/23 23:07:22 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.158 $'
+rcs_revision='$Revision: 1.159 $'
 rcs_version=`set - $rcs_revision; echo $2`
 program=`echo $0 | sed -e 's!.*/!!'`
 
@@ -129,7 +129,7 @@
   test_local () {
     local foo=foo
   }
-  test_local
+  test_local >/dev/null 2>&1
   test $foo = bar
 ) || local () {
   case $1 in



reply via email to

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