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 2befb28 commit 67376f8Copy full SHA for 67376f8
juhpc
@@ -336,7 +336,7 @@ $(haskey(ENV,"JUHPC_ADIOS2_HOME") && ENV["JUHPC_ADIOS2_HOME"] != "" ? """
336
337
if [ ! -s "$ACTIVATE_SCRIPT" ]; then error "Activate script is missing or empty."; fi
338
339
-info "Environment variables:\n$(grep '^export ' "$ACTIVATE_SCRIPT")" 1
+info "Environment variables in activate script:\n$(grep '^export ' "$ACTIVATE_SCRIPT")" 1
340
341
info "... done: activate script created."
342
0 commit comments