From 907199f610496071cc70ca9224f9f259c1def726 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Tue, 6 Aug 2019 11:05:12 +0100 Subject: [PATCH] Oops. Don't give makeWebGraphics.sh a second parameter. --- makeAll.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeAll.sh b/makeAll.sh index b35bcce..57538a4 100755 --- a/makeAll.sh +++ b/makeAll.sh @@ -48,7 +48,7 @@ makeATransposedBooke() makeBookePrint "$1" # Web output. Uses audio from main booke. - ./makeWebGraphics.sh "$1" "$3" + ./makeWebGraphics.sh "$1" ./makeWeb.sh "$1" "$2" "$3" }