Skip to content

Commit

Permalink
Merge pull request easybuilders#4461 from branfosj/module_syntax
Browse files Browse the repository at this point in the history
replace `'` with `"` for `printf` to have bash replace a variable
  • Loading branch information
ocaisa authored Feb 22, 2024
2 parents 6ac1bb0 + d57c251 commit 9d601e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
echo "Not testing with '${module_syntax}' as module syntax with '${EASYBUILD_MODULES_TOOL}' as modules tool"
continue
fi
printf '\n\n=====================> Using $module_syntax module syntax <=====================\n\n'
printf "\n\n=====================> Using $module_syntax module syntax <=====================\n\n"
export EASYBUILD_MODULE_SYNTAX="${module_syntax}"
export TEST_EASYBUILD_MODULE_SYNTAX="${EASYBUILD_MODULE_SYNTAX}"
Expand Down

0 comments on commit 9d601e6

Please sign in to comment.