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 4785063fc42523a4d774096f97398feafa7e8e3f..1461391b772581cd891d9d10686c72256595c2f7 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 cfc10b69c6f8aedc35726d3ce290f618c8f095e2..4027cb8171c5ab926f39203dd145df8d710b846a 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' \