From a2c682ef07856d265f18a7721b4c957e836656d6 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Thu, 16 Jun 2022 09:58:09 -0400 Subject: [PATCH] ISTWCMS-5637: fixing syntax error in build ohana script --- build_ohana.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_ohana.sh b/build_ohana.sh index e785f742..5915c90c 100755 --- a/build_ohana.sh +++ b/build_ohana.sh @@ -59,7 +59,7 @@ ln -s ../../src/patterns src/patterns echo "**************************************************************************************" echo "Done setting up theming." -if [[ -d "$DRUPAL_PATH"/web/config/fonts ]]: then +if [[ -d "$DRUPAL_PATH"/web/config/fonts ]]; then echo "**************************************************************************************" echo "Copying fonts ..." cp "$DRUPAL_PATH"/web/config/fonts/* dist/fonts -- GitLab