summary refs log tree commit diff
path: root/contrib/ngindent
AgeCommit message (Collapse)Author
2016-10-21autogen.sh, ngindent, platformtest.sh: Fix warnings of "shellcheck"Alexander Barton
- SC2006: Use $(..) instead of legacy `..`. - SC2015: Note that A && B || C is not if-then-else. C may run when A is true. - SC2086: Double quote to prevent globbing and word splitting. - SC2166: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
2015-12-19contrib/ngindent: Fix shebang lineAlexander Barton
2011-08-01contrib/ngindent: detect "gindent" as GNU indentAlexander Barton
2006-07-23Added ngindent.Alexander Barton