You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@harry-xm Thanks for reporting this! Indeed this part of the script has been out of date since quite a while ago.
I think it shouldn't be too hard to change 11.* to something like "anything >= 11", maybe by issuing sw_vers -productVersion | cut -d. -f1 in the *) branch?
PS: I can find some time to fix this, and in the meantime please feel free to send a PR over if you like :)
In
check_help_for()
, there is a branch for macOS that treats all versions newer than Big Sur as "unknown macOS major version."Normally this branch is not executed, but before commit a9c4362 there was a brief period where it could be reached when
curl
is too new.Is the check still necessary?
rustup/rustup-init.sh
Lines 732 to 739 in dc9d072
By the way,
:
is missing on the last line ofwarn
, which is inconsistent and might worth fixing.The text was updated successfully, but these errors were encountered: