mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
environment_install: fixup mac xcode install text
This commit is contained in:
parent
742a94a6ae
commit
a6f22b71d4
@ -52,7 +52,7 @@ echo "Checking CLI Tools installed..."
|
||||
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
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user