mirror of https://github.com/ArduPilot/ardupilot
environment_install: fixup mac xcode install text
This commit is contained in:
parent
9ea8e61cfc
commit
c91a6fdba7
|
@ -52,7 +52,7 @@ echo "Checking CLI Tools installed..."
|
||||||
ERROR=$(xcode-select --install 2>&1 > /dev/null)
|
ERROR=$(xcode-select --install 2>&1 > /dev/null)
|
||||||
} ||
|
} ||
|
||||||
{
|
{
|
||||||
if [[ $ERROR != *"command line tools are already installed"* ]]; then
|
if [[ $ERROR != *"ommand line tools are already installed"* ]]; then
|
||||||
echo "$ERROR" 1>&2
|
echo "$ERROR" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue