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:
@ -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" |
|
||||
|
Reference in New Issue
Block a user