changeset 7857:978cf3123a32

Exclude all files inside the CVS directory.
author Bruno Haible <bruno@clisp.org>
date Thu, 11 Jan 2007 13:12:56 +0000
parents af1b7566f067
children 08609b22ffd5
files ChangeLog gnulib-tool
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-11  Bruno Haible  <bruno@clisp.org>
+
+	* gnulib-tool (func_all_modules): Exclude all files inside the CVS
+	directory.
+
 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
 
 	Use @...@ consistently in lib/wctype_.h.
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2007-01-09 20:45:18 $'
+cvsdatestamp='$Date: 2007-01-11 13:12:56 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 nl='
@@ -819,7 +819,7 @@
       (cd "$local_gnulib_dir" && find modules -type f -print | sed -e 's,^modules/,,' -e 's,\.diff$,,')
     fi
   } \
-      | sed -e '/^CVS$/d' -e '/\/CVS$/d' \
+      | sed -e '/^CVS\//d' -e '/\/CVS\//d' \
             -e '/^ChangeLog$/d' -e '/\/ChangeLog$/d' \
             -e '/^COPYING$/d' -e '/\/COPYING$/d' \
             -e '/^README$/d' -e '/\/README$/d' \