mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Fix pathname in pgindent README.
Kevin Grittner
This commit is contained in:
parent
822128947e
commit
dc3f33f6be
@ -22,7 +22,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
|
||||
|
||||
find . -name '*.[ch]' -type f -print | \
|
||||
egrep -v -f src/tools/pgindent/exclude_file_patterns | \
|
||||
xargs -n100 pgindent src/tools/pgindent/typedefs.list
|
||||
xargs -n100 src/tools/pgindent/pgindent src/tools/pgindent/typedefs.list
|
||||
|
||||
6) Remove any files that generate errors and restore their original
|
||||
versions.
|
||||
|
Loading…
Reference in New Issue
Block a user