Skip to content

Commit

Permalink
Fix shell script error
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Caelers <rob.caelers@gmail.com>
  • Loading branch information
rcaelers committed Sep 5, 2018
1 parent 4f001b9 commit 2866a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/travis/build-linux.sh
Expand Up @@ -65,7 +65,7 @@ fi
`conf_opt exercises` \
`conf_opt experimental`

if [[ -z "$TRAVIS_TAG" -o -z "$DISTCHECK" ]]; then
if [ -z "$TRAVIS_TAG" -o -z "$DISTCHECK" ]; then
make && make check
else
make && make dist && make distcheck
Expand Down

0 comments on commit 2866a5f

Please sign in to comment.