Skip to content
Snippets Groups Projects
Verified Commit cb0ece6d authored by Willi Mutschler's avatar Willi Mutschler
Browse files

manual: fix typo

[skip ci]
parent d5649a53
Branches
No related tags found
1 merge request!2149Improvements to macOS installer
...@@ -184,7 +184,7 @@ yourself, simply type ``xcode-select --install`` into the terminal ...@@ -184,7 +184,7 @@ yourself, simply type ``xcode-select --install`` into the terminal
(``/Applications/Utilities/Terminal.app``) prompt. (``/Applications/Utilities/Terminal.app``) prompt.
Additionally, to make MATLAB aware that you agree to the terms of Xcode, run the following two commands in the Terminal prompt:: Additionally, to make MATLAB aware that you agree to the terms of Xcode, run the following two commands in the Terminal prompt::
CLT_VERSION=$(pkgutil --pkg-info=com.apple.pkg.CLTools_Executables | grep versions | awk '{print $2}' | cut -d'.' -f1-2) CLT_VERSION=$(pkgutil --pkg-info=com.apple.pkg.CLTools_Executables | grep version | awk '{print $2}' | cut -d'.' -f1-2)
defaults write com.apple.dt.Xcode IDEXcodeVersionForAgreedToGMLicense "${CLT_VERSION}" defaults write com.apple.dt.Xcode IDEXcodeVersionForAgreedToGMLicense "${CLT_VERSION}"
defaults read com.apple.dt.Xcode IDEXcodeVersionForAgreedToGMLicense defaults read com.apple.dt.Xcode IDEXcodeVersionForAgreedToGMLicense
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment