Skip to content

Commit

Permalink
environment_install: fixup mac xcode install text
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Feb 25, 2024
1 parent 2a67cbe commit 4d40345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/environment_install/install-prereqs-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 != *"Command line tools are already installed"* ]]; then
echo "$ERROR" 1>&2
exit 1
fi
Expand Down

0 comments on commit 4d40345

Please sign in to comment.