summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/etex-answer-y
blob: 291977fe15d0f6626132c584ed6572ced04f3d7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 "$@"