From aa9e8d3699e83272aca253ef32ff5a6415a9bd93 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 3 Oct 2017 03:26:33 +0100 Subject: [PATCH] build-latex.sh: Be verbose while running. Debugging the thing is kind of annoying. --- build-latex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-latex.sh b/build-latex.sh index 869cb28..b772418 100755 --- a/build-latex.sh +++ b/build-latex.sh @@ -1,6 +1,6 @@ #! /bin/sh -set -e +set -ex jobname=$1 opts=$2 file=$3 preamble=$4 case ",$opts," in -- 2.11.0