We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24dcf9f commit afea9f7Copy full SHA for afea9f7
contrib/build-server/openmpi-nightly-tarball.sh
@@ -29,7 +29,7 @@ if [ $# -eq 0 ] ; then
29
# We're no longer ever checking the 1.0 - 1.4 branches anymore
30
branches="master v1.8 v1.6"
31
else
32
- dirs=$@
+ branches=$@
33
fi
34
35
# Build root - scratch space
0 commit comments