Commit ecef31ca authored by Bruce Momjian's avatar Bruce Momjian

Prevent tags files in cvs directory.

parent 5d93742b
......@@ -6,7 +6,7 @@ find `pwd`/ \( -name _deadcode -a -prune \) -o \
sort tags >/tmp/$$ && mv /tmp/$$ tags
find . -type d -print |while read DIR
find . -name 'CVS' -prune -o -type d -print |while read DIR
do
[ "$DIR" != "." ] && ln -f -s `pwd`/tags $DIR/tags
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment