summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tlpkg/bin/etex-answer-y14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/etex-answer-y b/Master/tlpkg/bin/etex-answer-y
new file mode 100755
index 00000000000..291977fe15d
--- /dev/null
+++ b/Master/tlpkg/bin/etex-answer-y
@@ -0,0 +1,14 @@
+#!/bin/sh
+# $Id$
+# Public domain. Originally written by Karl Berry, 20201.
+# lua-ul and other packages do not set \askforoverwritefalse.
+# and docstrip spuriously asks about overwriting when a file to be
+# generated exists anywhere in the tree, not just when something will
+# actually be overwritten. So answer y.
+# https://github.com/latex3/latex2e/issues/558
+#
+# An alternative would be to create a temporary docstrip.cfg file
+# setting \askforoverwritefalse. Perhaps interaction is required in
+# other cases also, though.
+
+yes y | head -128 | etex --8bit "$@"