changeset 4445:f1c3a5f5349f

(fixfile): grep for $Id:, not $Id$, since the latter gets expanded.
author Karl Berry <karl@freefriends.org>
date Tue, 15 Jul 2003 12:47:27 +0000
parents 989c518b5eec
children 0db5e5223eed
files config/srclist-update
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config/srclist-update
+++ b/config/srclist-update
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: srclist-update,v 1.7 2003-07-14 22:44:04 eggert Exp $
+# $Id: srclist-update,v 1.8 2003-07-15 12:47:27 karl Exp $
 #
 # Check for files in directory $1 being up to date, according to the
 # list on stdin.  Don't actually make any changes, just show the diffs.
@@ -74,7 +74,7 @@
   *)
     cat $1;;
   esac \
-  | grep -v '\$Id: srclist-update,v 1.7 2003-07-14 22:44:04 eggert Exp $' >$2
+  | grep -v '\$Id: srclist-update,v 1.8 2003-07-15 12:47:27 karl Exp $2
 }