diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index 9055f7f8e8..4600166714 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -146,7 +146,7 @@ if [ $(which arm-none-eabi-gcc) ]; then GCC_FOUND_VER=$(echo $GCC_VER_STR | grep -c "${NUTTX_GCC_VERSION}") fi - if [ ! ${GCC_FOUND_VER+x} && $GCC_FOUND_VER -eq "1" ]; then + if [[ ! -z $GCC_FOUND_VER && $GCC_FOUND_VER -eq "1" ]]; then echo "arm-none-eabi-gcc-${NUTTX_GCC_VERSION} found, skipping installation" else