summaryrefslogtreecommitdiff
path: root/systems/unix/tex-fpc/ch.ch/mktrip
diff options
context:
space:
mode:
Diffstat (limited to 'systems/unix/tex-fpc/ch.ch/mktrip')
-rwxr-xr-xsystems/unix/tex-fpc/ch.ch/mktrip11
1 files changed, 11 insertions, 0 deletions
diff --git a/systems/unix/tex-fpc/ch.ch/mktrip b/systems/unix/tex-fpc/ch.ch/mktrip
new file mode 100755
index 0000000000..b8a8e46d5a
--- /dev/null
+++ b/systems/unix/tex-fpc/ch.ch/mktrip
@@ -0,0 +1,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)