Skip to content

Fix redirection to stderr in `settings.sh`

Sam Harrison requested to merge settings-stderr into master

Incredibly minor, but made debugging multiple jobs running on a cluster a bit of a head scratcher!

Previous behaviour was redirecting to a file in the current directory called 2 rather than to stderr (i.e. >2 rather than 1>&2).

Merge request reports