Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b96d33 commit e627c9bCopy full SHA for e627c9b
src/tools/pginclude/pgfixinclude
@@ -1,9 +1,9 @@
1
:
2
# change #include's to <> or ""
3
-# $PostgreSQL: pgsql/src/tools/pginclude/pgfixinclude,v 1.5 2006/03/11 04:38:42 momjian Exp $
+# $PostgreSQL: pgsql/src/tools/pginclude/pgfixinclude,v 1.6 2006/07/10 16:07:24 momjian Exp $
4
5
trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a /tmp/$$b" 0 1 2 3 15
6
-find . \( -name CVS -a -prune \) -o -type f -print |
+find . \( -name CVS -a -prune \) -o -type f -name '*.[chyls]' -print |
7
while read FILE
8
do
9
cat "$FILE" | grep "^#include" |
0 commit comments