Fix pathname in pgindent README.

Kevin Grittner
This commit is contained in:
Robert Haas 2012-01-09 13:31:58 -05:00
parent 822128947e
commit dc3f33f6be
1 changed files with 1 additions and 1 deletions

View File

@ -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.