提交 18bb25bd 编写于 作者: B Bruce Momjian

Fix for dashes in comments.

上级 9fcd4c25
......@@ -15,10 +15,10 @@ fi
for FILE
do
cat $FILE |
sed 's;/\* *---;/*---;g' |
sed 's;/\* *---;/*---X_X;g' |
indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -cli1 -di16 -nfc1 \
-lp -nip -nbc -psl -di1 -i4 -l75 -st |
detab -t8 |
entab -qc -t4 |
sed 's;/\*---;/* ---;g' >/tmp/$$ && cat /tmp/$$ >$FILE
sed 's;/\*---X_X;/* ---;g' >/tmp/$$ && cat /tmp/$$ >$FILE
done
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册