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 36452cc commit 8c92fe7Copy full SHA for 8c92fe7
prerequisites/check_version.sh
@@ -73,7 +73,7 @@ if [ $# == 0 ]; then
73
74
elif [[ $1 == '--help' || $1 == '-h' ]]; then
75
usage | less
76
- exit 30
+ exit 0
77
78
elif [[ $1 == '--list' || $1 == '-l' ]]; then
79
echo "$this_script currently verifies minimum version numbers for the following OpenCoarrays prerequisites:"
0 commit comments