Skip to content

Commit 67376f8

Browse files
committed
improve output
1 parent 2befb28 commit 67376f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juhpc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ $(haskey(ENV,"JUHPC_ADIOS2_HOME") && ENV["JUHPC_ADIOS2_HOME"] != "" ? """
336336

337337
if [ ! -s "$ACTIVATE_SCRIPT" ]; then error "Activate script is missing or empty."; fi
338338

339-
info "Environment variables:\n$(grep '^export ' "$ACTIVATE_SCRIPT")" 1
339+
info "Environment variables in activate script:\n$(grep '^export ' "$ACTIVATE_SCRIPT")" 1
340340

341341
info "... done: activate script created."
342342

0 commit comments

Comments
 (0)