Exclude all files inside the CVS directory.
authorBruno Haible <bruno@clisp.org>
Thu, 11 Jan 2007 13:12:56 +0000 (13:12 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 11 Jan 2007 13:12:56 +0000 (13:12 +0000)
ChangeLog
gnulib-tool

index 4785063..1461391 100644 (file)
--- 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.
index cfc10b6..4027cb8 100755 (executable)
@@ -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 @@ func_all_modules ()
       (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' \