Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ee66401

Browse files
committed
Update typedefs with /lib info.
1 parent b83e592 commit ee66401

File tree

2 files changed

+245
-1
lines changed

2 files changed

+245
-1
lines changed

src/tools/pgindent/README

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

1212
From the top directory, run:
1313

14-
find . -name '*.[ch]' -type f -print | egrep -v '\+\+|s_lock.h' | xargs -n100 pgindent
14+
find . -name '*.[ch]' -type f -print | grep -v 's_lock.h' | xargs -n100 pgindent
1515

1616
The stock BSD indent has two bugs. First, a comment after the word 'else'
1717
causes the rest of the file to be ignored. Second, it silently ignores

0 commit comments

Comments
 (0)