This commit is contained in:
Bruce Momjian 1997-09-05 17:04:22 +00:00
parent 4bce39fe94
commit fe97d58051

View File

@ -18,7 +18,7 @@ do
sed 's;/\* *---;/*---X_X;g' | sed 's;/\* *---;/*---X_X;g' |
detab -t4 -qc >/tmp/$$a detab -t4 -qc >/tmp/$$a
indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -cli1 -di16 -nfc1 \ indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -cli1 -di16 -nfc1 \
-lp -nip -nbc -psl -di1 -i4 -l75 /tmp/$$a >/tmp/$$ 2>&1 -lp -nip -nbc -psl -di1 -i4 -l75 -npro /tmp/$$a >/tmp/$$ 2>&1
if [ "$?" -ne 0 -o -s /tmp/$$ ] if [ "$?" -ne 0 -o -s /tmp/$$ ]
then echo "$FILE" then echo "$FILE"
cat /tmp/$$ cat /tmp/$$