Skip to content

Commit efa341d

Browse files
author
Vladimir Kotal
committed
add more square brackets
1 parent d980cdc commit efa341d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/main

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# build unnecessarily.
77
#
88
extra_args=""
9-
if [ "x$TRAVIS_REPO_SLUG" == "xoracle/opengrok" && "x$TRAVIS_BRANCH" == "xmaster" ]; then
9+
if [[ "x$TRAVIS_REPO_SLUG" == "xoracle/opengrok" && "x$TRAVIS_BRANCH" == "xmaster" ]]; then
1010
echo "Enabling Coveralls"
1111
extra_args="jacoco:report coveralls:report"
1212

0 commit comments

Comments
 (0)