From 754f20ecc77875061dd95322eca1dd3e9f453b18 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 23 Nov 2020 18:08:29 +0000 Subject: tex4ht scripts: set -e and redirect from /dev/null, tex4ht r837 git-svn-id: svn://tug.org/texlive/trunk@56988 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/tex4ht/ht.sh | 10 +++++++++- Master/texmf-dist/scripts/tex4ht/htcontext.sh | 12 ++++++++++-- Master/texmf-dist/scripts/tex4ht/htlatex.sh | 10 +++++++++- Master/texmf-dist/scripts/tex4ht/htmex.sh | 10 +++++++++- Master/texmf-dist/scripts/tex4ht/httex.sh | 10 +++++++++- Master/texmf-dist/scripts/tex4ht/httexi.sh | 16 ++++++++++++---- Master/texmf-dist/scripts/tex4ht/htxelatex.sh | 10 +++++++++- Master/texmf-dist/scripts/tex4ht/htxetex.sh | 10 +++++++++- Master/texmf-dist/scripts/tex4ht/xhlatex.sh | 10 +++++++++- 9 files changed, 85 insertions(+), 13 deletions(-) (limited to 'Master/texmf-dist/scripts/tex4ht') diff --git a/Master/texmf-dist/scripts/tex4ht/ht.sh b/Master/texmf-dist/scripts/tex4ht/ht.sh index 5546be0fab2..74d1bdb6979 100755 --- a/Master/texmf-dist/scripts/tex4ht/ht.sh +++ b/Master/texmf-dist/scripts/tex4ht/ht.sh @@ -1,6 +1,14 @@ #!/bin/sh +# stop at first error +set -e -# ht (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