mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Prevent tags files in cvs directory.
This commit is contained in:
parent
5d93742b8d
commit
ecef31ca61
@ -6,7 +6,7 @@ find `pwd`/ \( -name _deadcode -a -prune \) -o \
|
|||||||
|
|
||||||
sort tags >/tmp/$$ && mv /tmp/$$ tags
|
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
|
do
|
||||||
[ "$DIR" != "." ] && ln -f -s `pwd`/tags $DIR/tags
|
[ "$DIR" != "." ] && ln -f -s `pwd`/tags $DIR/tags
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user