1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Change references of CVS to .git.

This commit is contained in:
Bruce Momjian
2011-08-26 21:43:34 -04:00
parent f1312b5ed3
commit e7088713cd
2 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# src/tools/pginclude/pgfixinclude
trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a /tmp/$$b" 0 1 2 3 15
find . \( -name CVS -a -prune \) -o -type f -name '*.[chyls]' -print |
find . \( -name .git -a -prune \) -o -type f -name '*.[chyls]' -print |
while read FILE
do
cat "$FILE" | grep "^#include" |