Cleanup.
This commit is contained in:
parent
dfc2d35943
commit
ce5ea7f381
@ -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/$$ 2>&1
|
-lp -nip -nbc -psl -di1 -i4 -l75 /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/$$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user