Mercurial > hg > octave-nkf > gnulib-hg
diff gnulib-tool @ 7858:08609b22ffd5
(func_all_modules): Exclude all .* files (e.g., Emacs .#* auto-save files).
author | Simon Josefsson <simon@josefsson.org> |
---|---|
date | Thu, 11 Jan 2007 13:28:50 +0000 |
parents | 978cf3123a32 |
children | 58d9bcb3d6c4 |
line wrap: on
line diff
--- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2007-01-11 13:12:56 $' +cvsdatestamp='$Date: 2007-01-11 13:28:50 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` nl=' @@ -825,6 +825,7 @@ -e '/^README$/d' -e '/\/README$/d' \ -e '/^TEMPLATE$/d' \ -e '/^TEMPLATE-TESTS$/d' \ + -e '/^\..*/d' \ -e '/~$/d' \ | sed -e '/-tests$/d' \ | LC_ALL=C sort -u