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 8d9bbe3 commit 5e0ed1eCopy full SHA for 5e0ed1e
build_matrix.sh
@@ -55,7 +55,7 @@ for CC in $MATRIX_CC; do
55
export IPV6
56
for REMOTE in $MATRIX_REMOTE; do
57
export REMOTE
58
- COUNT=`increment $COUNT`
+ COUNT=`increment "$COUNT"`
59
echo_magenta "===== SETUP $COUNT: CC=$CC CMAKE=$CMAKE IPV6=$IPV6 REMOTE=$REMOTE =====" >&2
60
# Run one build with setup environment variables: CC, CMAKE,
61
# IPV6 and REMOTE
0 commit comments