summaryrefslogtreecommitdiff
path: root/systems/unix/tex-fpc/ch.ch/mkchatty
blob: 177baf83e92e5a9da3ea8ba6cda253fe51a54d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# deactivate chatty blocks. These blocks make tex/mf less chatty.
case $# in
1) tm=$1 ;;
*) tm=tex ;;
esac
ed $tm.ch <<'END'
g/^@x chatty/.,/^@z/s/^/	/\
?^	@x?,.p
w
q
END
test $? = 0 || (echo $0 $1 failed ; exit 1)