Script typo

This commit is contained in:
Fabien Poussin 2019-03-07 09:38:10 +00:00
parent 6509e836eb
commit 22c27bd977
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function chbuild {
fi
pushd $t > /dev/null
printf "BUILDING: ${t}\n"
if [ -z "$CH_PATH" && -z "$CHC_PATH" ]; then
if [[ -z "$CH_PATH" && -z "$CHC_PATH" ]]; then
make --quiet -j $JOBS > /dev/null
else
make CHIBIOS=$CH_PATH CHIBIOS_CONTRIB=$CHC_PATH --quiet -j $JOBS > /dev/null