mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01: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 | \
|
find . -name '*.[ch]' -type f -print | \
|
||||||
egrep -v -f src/tools/pgindent/exclude_file_patterns | \
|
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
|
6) Remove any files that generate errors and restore their original
|
||||||
versions.
|
versions.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user