Skip to content

Commit c315cdc

Browse files
committed
fix syntax glitch
1 parent b56da62 commit c315cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/test_init_scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ for shell in ${SHELLS[@]}; do
4242
# the init script), and then use a here-string to specify the command to
4343
# be run; the output is then processed as for other shells
4444
echo "source init/lmod/$shell 2> /dev/null" > .cshrc
45-
MODULE_SECTIONS=($($shell -l <<< "module ov" 2>&1 | grep -e '---'"))
45+
MODULE_SECTIONS=($($shell -l <<< "module ov" 2>&1 | grep -e '---'))
4646
else
4747
MODULE_SECTIONS=($($shell -c "source init/lmod/$shell 2>/dev/null; module ov 2>&1 | grep -e '---'"))
4848
fi

0 commit comments

Comments
 (0)