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