mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
74530adcba
Suggest a compatible shell for setup-toolchain.sh setup-toolchain.sh uses "[[" which is a bash builtin, but the guide suggests running it with sh. On Ubuntu, /bin/sh points to dash and running the script fails. --- *Please keep the line below* changelog: none