We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437e2d1 commit fa8ed12Copy full SHA for fa8ed12
toolchain/bootstrap/modules.sh
@@ -78,7 +78,7 @@ else
78
module purge > /dev/null 2>&1
79
fi
80
81
-ELEMENTS=($(__extract "$u_c-$cg") $(__combine $(__extract "$u_c-all")))
+ELEMENTS=($(__extract "$u_c-all") $(__extract "$u_c-$cg"))
82
83
for element in ${ELEMENTS[@]}; do
84
if [[ "$element" != *'='* ]]; then
0 commit comments