From cbc638bef0e81f20e411b85ba6af059d54c92fbe Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 11 Jun 2020 14:08:44 +0200 Subject: [PATCH] scripts/build.sh: adding TEMPLATE_DIR variable --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index f8edf81..d30f486 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -5,6 +5,7 @@ ############################ export BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" +export TEMPLATE_DIR=${BASE_DIR}/templates # Info set -o allexport