Fix "can't modify frozen String" error

Fix "can't modify frozen String" error if bottle requires Command Line Tools when installing/updating several packages, which causes install/update process failure.
This commit is contained in:
Roman Romanov 2025-02-09 20:16:16 +03:00 committed by GitHub
parent 6567eb2bbb
commit 208acd8e43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4216,7 +4216,7 @@ class Formula
lambda do |_|
on_macos do
T.bind(self, PourBottleCheck)
reason(<<~EOS)
reason(+<<~EOS)
The bottle needs the Xcode Command Line Tools to be installed at /Library/Developer/CommandLineTools.
Development tools provided by Xcode.app are not sufficient.