Skip to content
Snippets Groups Projects
Commit 8f3fc243 authored by patmjen's avatar patmjen
Browse files

Fix error in init script

module avail prints its output to stderr. In interactive shells, it
seems this stderr is automatically redirected to stdout, so grep
would pick it up. This is not the case in batch jobs, so we manually
redirect the stderr output to stdout.
parent 678d3f95
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment