Skip to content

Commit

Permalink
Update mycluster-zcfd.bsh
Browse files Browse the repository at this point in the history
Remove u flag as this breaks use with older versions of zCFD
  • Loading branch information
jsharpe authored Feb 19, 2021
1 parent 608fd7c commit a0bb2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/mycluster-zcfd.bsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -f

set -euo pipefail
set -eo pipefail

source ${ZCFD_HOME:?"ZCFD_HOME has not been set. Please set it and run this script again"}/activate
: ${PROBLEM:?"PROBLEM is not set. Please set it and run this script again"}
Expand Down

0 comments on commit a0bb2ec

Please sign in to comment.