From 90984c0a1fb43d97c30b98e81897125a03678a29 Mon Sep 17 00:00:00 2001 From: Francis Vitt Date: Thu, 26 Mar 2026 19:43:57 -0600 Subject: [PATCH] add spaces to make args --- cime_config/buildexe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cime_config/buildexe b/cime_config/buildexe index c8664d705..44f0437e3 100755 --- a/cime_config/buildexe +++ b/cime_config/buildexe @@ -64,10 +64,10 @@ def _main_func(): skip_mediator = False if ocn_model == 'mom': - gmake_args += "USE_FMS=TRUE" + gmake_args += " USE_FMS=TRUE" if link_libs is not None: - gmake_args += 'USER_SLIBS="{}"'.format(link_libs) + gmake_args += ' USER_SLIBS="{}"'.format(link_libs) comp_classes = case.get_values("COMP_CLASSES") for comp in comp_classes: