texlive[59187] Master/tlpkg/bin/etex-answer-y: etex-answer-y

commits+karl at tug.org commits+karl at tug.org
Thu May 13 23:29:27 CEST 2021


Revision: 59187
          http://tug.org/svn/texlive?view=revision&revision=59187
Author:   karl
Date:     2021-05-13 23:29:26 +0200 (Thu, 13 May 2021)
Log Message:
-----------
etex-answer-y

Added Paths:
-----------
    trunk/Master/tlpkg/bin/etex-answer-y

Added: trunk/Master/tlpkg/bin/etex-answer-y
===================================================================
--- trunk/Master/tlpkg/bin/etex-answer-y	                        (rev 0)
+++ trunk/Master/tlpkg/bin/etex-answer-y	2021-05-13 21:29:26 UTC (rev 59187)
@@ -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 "$@" 


Property changes on: trunk/Master/tlpkg/bin/etex-answer-y
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision
\ No newline at end of property


More information about the tex-live-commits mailing list.