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 8aeaf56 commit 10ed01bCopy full SHA for 10ed01b
install.sh
@@ -54,6 +54,9 @@
54
#
55
# __________ Process command-line arguments and environment variables _____________
56
57
+# Make sure we really exit with correct status when piping function output
58
+set -o pipefail
59
+
60
this_script=`basename $0`
61
62
# Interpret the first command-line argument, if present, as the OpenCoarrays installation path.
0 commit comments