From cb0ece6d829b45480e95457741c8dec11e5ed420 Mon Sep 17 00:00:00 2001 From: Willi Mutschler <willi@mutschler.eu> Date: Wed, 27 Sep 2023 12:57:54 +0200 Subject: [PATCH] manual: fix typo [skip ci] --- doc/manual/source/installation-and-configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/source/installation-and-configuration.rst b/doc/manual/source/installation-and-configuration.rst index b2134fbe97..2918ca6eb8 100644 --- a/doc/manual/source/installation-and-configuration.rst +++ b/doc/manual/source/installation-and-configuration.rst @@ -184,7 +184,7 @@ yourself, simply type ``xcode-select --install`` into the terminal (``/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:: - 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 read com.apple.dt.Xcode IDEXcodeVersionForAgreedToGMLicense -- GitLab