Tools: scripts: build_ci.sh: correct syntax

This commit is contained in:
Pierre Kancir 2018-10-04 10:44:12 +02:00 committed by Peter Barker
parent c1ab3afb6c
commit a5ef99bcf9

View File

@ -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