From 173e2e058c6d2459348ead0acaf796c2d34558ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de>
Date: Thu, 23 Mar 2023 10:18:50 +0100
Subject: [PATCH] Putting icon.spack_cmd between ""

---
 templates/common/build_icon.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/common/build_icon.sh b/templates/common/build_icon.sh
index 40052bf..571c0dd 100644
--- a/templates/common/build_icon.sh
+++ b/templates/common/build_icon.sh
@@ -14,7 +14,7 @@ cd ${WORKDIR}
 . ${WORKDIR}/proj/platforms/common/spack_utils.sh
 load_spack "%spack.init%" "%spack.root%" "%spack.url%" "%spack.branch%" "%spack.compiler%" "%spack.disable_local_config%" "%spack.user_cache_path%"
 
-SPACK_BUILD_ICON=%icon.spack_cmd%
+SPACK_BUILD_ICON="%icon.spack_cmd%"
 if [ ! -z $SPACK_BUILD_ICON ]; then
   echo "Installing ICON with spack!"
   echo "cmd=$SPACK_BUILD_ICON"
-- 
GitLab