Skip to content
Snippets Groups Projects
Commit 31afe7c0 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Cleanup.

parent c51d8137
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ do ...@@ -29,7 +29,7 @@ do
\2;g' | # workaround for indent bug \2;g' | # workaround for indent bug
detab -t4 -qc | detab -t4 -qc |
sed 's;^DATA(.*$;/*&*/;' >/tmp/$$a # protect backslashes in DATA() sed 's;^DATA(.*$;/*&*/;' >/tmp/$$a # protect backslashes in DATA()
indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -nfc1 -di12 -i4 -l70 \ indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -nfc1 -di16 -i4 -l70 \
-lp -nip -npro /tmp/$$a >/tmp/$$ 2>&1 -lp -nip -npro /tmp/$$a >/tmp/$$ 2>&1
if [ "$?" -ne 0 -o -s /tmp/$$ ] if [ "$?" -ne 0 -o -s /tmp/$$ ]
then echo "$FILE" then echo "$FILE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment