summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-07-31 20:14:50 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-07-31 20:14:50 +0200
commitb9dc93c539d97ce20ad80b5b413e42130a81d9da (patch)
treee29c407fc2d9bd9c704da734f7bafb498296b028
parenteb31033d492f5f33d0d709ac9ee32540203d12a0 (diff)
downloadcurl-bagder/travis-more-archs.tar.gz
fixup the test syntaxbagder/travis-more-archs
-rwxr-xr-xscripts/travis/before_script.sh2
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