File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ for the second bug in:
1717Even with the workaround, installation of the patch produces better
1818output.
1919
20- GNU indent, version 1.9.1 , has several bugs , and is not recommended.
21- These bugs become pretty major when you are doing >200k lines of code.
20+ GNU indent, version 2.2.6 , has several problems , and is not recommended.
21+ These bugs become pretty major when you are doing >400k lines of code.
2222If you don't believe me, take a directory and make a copy. Run pgindent
2323on the copy using GNU indent, and do a diff -r. You will see what I
2424mean. GNU indent does some things better, but mangles too.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ then echo "Go to the src/tools/entab directory and do a 'make' and 'make install
1515 exit 1
1616fi
1717indent -version < /dev/null > /dev/null 2>&1
18- if [ " $? " -eq 0 ]
18+ if [ " $? " -ne 1 ]
1919then echo " You do not appear to have 'indent' installed on your system." >&2
2020 exit 1
2121fi
You can’t perform that action at this time.
0 commit comments