We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b0dd1f + fb8b82f commit 8b3f637Copy full SHA for 8b3f637
rustup-init.sh
@@ -230,14 +230,14 @@ get_architecture() {
230
231
xscale | arm)
232
local _cputype=arm
233
- if [ "$_ostype" == "linux-android" ]; then
+ if [ "$_ostype" = "linux-android" ]; then
234
local _ostype=linux-androideabi
235
fi
236
;;
237
238
armv6l)
239
240
241
242
else
243
local _ostype="${_ostype}eabihf"
@@ -246,7 +246,7 @@ get_architecture() {
246
247
armv7l)
248
local _cputype=armv7
249
250
251
252
0 commit comments