m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/checks/Attic/check-them,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/checks/Attic/check-them,v [branch-1_4]
Date: Mon, 03 Jul 2006 17:01:08 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/07/03 17:01:07

Index: checks/check-them
===================================================================
RCS file: /sources/m4/m4/checks/Attic/check-them,v
retrieving revision 1.1.1.1.2.6
retrieving revision 1.1.1.1.2.7
diff -u -b -r1.1.1.1.2.6 -r1.1.1.1.2.7
--- checks/check-them   3 Jul 2006 13:16:18 -0000       1.1.1.1.2.6
+++ checks/check-them   3 Jul 2006 17:01:07 -0000       1.1.1.1.2.7
@@ -44,7 +44,7 @@
   echo "Checking $file"
   LC_MESSAGES=C m4 -d -I "$examples" $file >$out 2>$err
 
-  if test $? == 77 ; then
+  if test $? = 77 ; then
     skipped="$skipped $file"
     continue
   fi




reply via email to

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