summaryrefslogtreecommitdiff
path: root/systems/unix/tex-fpc/ch.ch/mktrip
blob: b8a8e46d5a89d0834f1c6e2bd537f27676ea4b64 (plain)
1
2
3
4
5
6
7
8
9
10
11
# change change blocks to prepare the trip test
mkini\
&& mkstats\
&& mkchatty\
&& ed tex.ch <<'END'
g/^	@x trip/.,/^@z/s/^	//\
?^@x?,.p
w
q
END
test $? = 0 || (echo $0 failed; exit 1)