Skip to content

Commit afea9f7

Browse files
committed
openmpi-nightly-tarball.sh: fix typo
(cherry picked from commit 0e21c66)
1 parent 24dcf9f commit afea9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/build-server/openmpi-nightly-tarball.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [ $# -eq 0 ] ; then
2929
# We're no longer ever checking the 1.0 - 1.4 branches anymore
3030
branches="master v1.8 v1.6"
3131
else
32-
dirs=$@
32+
branches=$@
3333
fi
3434

3535
# Build root - scratch space

0 commit comments

Comments
 (0)