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

Commitabcf760

Browse files
committed
Exclude pgindent from affecting the ecpg regression directory.
1 parentff40057 commitabcf760

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/tools/pgindent/README

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ symbols.
1111

1212
From the top directory, run:
1313

14-
find . -name '*.[ch]' -type f -print | grep -v 's_lock.h' | xargs -n100 pgindent
14+
find . -name '*.[ch]' -type f -print |
15+
egrep -v '/s_lock.h|src/interfaces/ecpg/test/expected/' |
16+
xargs -n100 pgindent
1517

1618
We have standardized on NetBSD's indent. We have fixed a few bugs which
1719
requre the NetBSD source to be patched with indent.bsd.patch patch. A

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp