diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-07-31 20:14:50 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-07-31 20:14:50 +0200 |
commit | b9dc93c539d97ce20ad80b5b413e42130a81d9da (patch) | |
tree | e29c407fc2d9bd9c704da734f7bafb498296b028 | |
parent | eb31033d492f5f33d0d709ac9ee32540203d12a0 (diff) | |
download | curl-b9dc93c539d97ce20ad80b5b413e42130a81d9da.tar.gz |
fixup the test syntaxbagder/travis-more-archs
-rwxr-xr-x | scripts/travis/before_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh index 9fef8f60d..1938f9e48 100755 --- a/scripts/travis/before_script.sh +++ b/scripts/travis/before_script.sh @@ -119,7 +119,7 @@ if [ $TRAVIS_OS_NAME = linux ]; then cd $HOME/wolfssl-4.4.0-stable sudo make install - if [ $MESALINK = "yes" ]; then + if [ "$MESALINK" = "yes" ]; then if [ ! -e $HOME/mesalink-1.0.0/Makefile ]; then cd $HOME curl https://sh.rustup.rs -sSf | sh -s -- -y |