summaryrefslogtreecommitdiff
path: root/systems/unix/tex-fpc/ch.ch/mkuntrip
blob: 3e849c9b1c6eb750c7924a09242e4169fdd4c2f9 (plain)
1
2
3
4
5
6
7
8
# undo the changes made for trip
ed tex.ch <<'END'
g/^@x trip/.,/^@z/s/^/	/\
?^	@x?,.p
w
q
END
test $? = 0 || (echo $0 failed; exit 1)