Skip to content

Commit 0e21c66

Browse files
committed
openmpi-nightly-tarball.sh: fix typo
1 parent f72bf3b commit 0e21c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)