build-latex.sh: Be verbose while running.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 3 Oct 2017 02:26:33 +0000 (03:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 3 Oct 2017 02:26:33 +0000 (03:26 +0100)
Debugging the thing is kind of annoying.

build-latex.sh

index 869cb28..b772418 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-set -e
+set -ex
 jobname=$1 opts=$2 file=$3 preamble=$4
 
 case ",$opts," in