We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56da62 commit c315cdcCopy full SHA for c315cdc
.github/workflows/scripts/test_init_scripts.sh
@@ -42,7 +42,7 @@ for shell in ${SHELLS[@]}; do
42
# the init script), and then use a here-string to specify the command to
43
# be run; the output is then processed as for other shells
44
echo "source init/lmod/$shell 2> /dev/null" > .cshrc
45
- MODULE_SECTIONS=($($shell -l <<< "module ov" 2>&1 | grep -e '---'"))
+ MODULE_SECTIONS=($($shell -l <<< "module ov" 2>&1 | grep -e '---'))
46
else
47
MODULE_SECTIONS=($($shell -c "source init/lmod/$shell 2>/dev/null; module ov 2>&1 | grep -e '---'"))
48
fi
0 commit comments