summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/tex4ht/htlatex.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/tex4ht/htlatex.sh')
-rwxr-xr-xMaster/texmf-dist/scripts/tex4ht/htlatex.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/tex4ht/htlatex.sh b/Master/texmf-dist/scripts/tex4ht/htlatex.sh
index 354661bb79b..85b92153f75 100755
--- a/Master/texmf-dist/scripts/tex4ht/htlatex.sh
+++ b/Master/texmf-dist/scripts/tex4ht/htlatex.sh
@@ -1,6 +1,14 @@
#!/bin/sh
+# stop at first error
+set -e
-# htlatex (2020-10-25-17:53), generated from tex4ht-mkht.tex
+# No interaction on the TeX runs is desirable.
+# Simpler to do that here than on the individual commands;
+# let's hope exec redirections are portable enough.
+exec </dev/null
+
+
+# htlatex (2020-11-23-10:05), generated from tex4ht-mkht.tex
# Copyright 2009-2020 TeX Users Group
# Copyright 2003-2009 Eitan M. Gurari
#