mirror of
https://github.com/postgres/postgres.git
synced 2026-06-19 21:49:02 -04:00
Fix pathname in pgindent README.
Kevin Grittner
This commit is contained in:
parent
822128947e
commit
dc3f33f6be
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue