From e6b292e8f2fc66114fc99fbff946f3227c4cbbcc Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Mon, 8 Jul 2013 14:57:15 +0100 Subject: [PATCH] % added to buildno.txt needs to be removed for web. --- makeWeb.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makeWeb.sh b/makeWeb.sh index 0bbf17d..1a74eb4 100755 --- a/makeWeb.sh +++ b/makeWeb.sh @@ -30,6 +30,8 @@ title=$booke instrument=$3 buildno=`cat buildno.txt` +# Remove trailing % added for Latex purposes. +buildno=${buildno%%%} subtitle= intro= if [ -r $bookedir/subtitle.txt ]; then