Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit94a61ef

Browse files
committed
Fix 'find' args for pgcompinclude tool.
1 parentec3efa2 commit94a61ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tools/pginclude/pgcompinclude

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
:
22
# report which #include files can not compile on their own
33
# takes -v option to display compile failure message and line numbers
4-
# $PostgreSQL: pgsql/src/tools/pginclude/pgcompinclude,v 1.2 2006/03/11 04:38:42 momjian Exp $
4+
# $PostgreSQL: pgsql/src/tools/pginclude/pgcompinclude,v 1.3 2006/07/10 17:08:38 momjian Exp $
55

66
trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a" 0 1 2 3 15
7-
find . \( -name CVS -a -prune \) -o -name '*.[ch]' -type f -print | while read FILE
7+
find . \( -name CVS -a -prune \) -o -name '*.h' -type f -print | while read FILE
88
do
99
sed 's/->[a-zA-Z0-9_\.]*//g' "$FILE" >/tmp/$$a
1010
echo "#include \"postgres.h\"" >/tmp/$$.c

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp