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 13:16:21 +0000

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

Index: checks/check-them
===================================================================
RCS file: /sources/m4/m4/checks/Attic/check-them,v
retrieving revision 1.1.1.1.2.5
retrieving revision 1.1.1.1.2.6
diff -u -b -r1.1.1.1.2.5 -r1.1.1.1.2.6
--- checks/check-them   3 Jul 2006 02:36:25 -0000       1.1.1.1.2.5
+++ checks/check-them   3 Jul 2006 13:16:18 -0000       1.1.1.1.2.6
@@ -49,7 +49,7 @@
     continue
   fi
 
-  sed -e '/^dnl @result{}/!d' -e 's///' -e "s/m4.input/$file/" $file > $xout
+  sed -e '/^dnl @result{}/!d' -e 's///' -e "s|m4.input|$file|" $file > $xout
 
   if cmp -s $out $xout; then
     :
@@ -60,7 +60,7 @@
     diff $xout $out
   fi
 
-  sed -e '/^dnl @error{}/!d' -e 's///' -e "s/m4.input/$file/" \
+  sed -e '/^dnl @error{}/!d' -e 's///' -e "s|m4.input|$file|" \
       -e "s| m4:| $m4:|" $file > $xerr
 
   if cmp -s $err $xerr; then




reply via email to

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