From a5ef99bcf93aca5c82075c42be00e163c2a8675d Mon Sep 17 00:00:00 2001 From: Pierre Kancir Date: Thu, 4 Oct 2018 10:44:12 +0200 Subject: [PATCH] Tools: scripts: build_ci.sh: correct syntax --- Tools/scripts/build_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/build_ci.sh b/Tools/scripts/build_ci.sh index 2c6b963a09..1db0463a72 100755 --- a/Tools/scripts/build_ci.sh +++ b/Tools/scripts/build_ci.sh @@ -47,7 +47,7 @@ function run_autotest() { BVEHICLE="$2" RVEHICLE="$3" - if [ pymavlink_installed -eq 0 ]; then + if [ $pymavlink_installed -eq 0 ]; then echo "Installing pymavlink" git submodule init git submodule update