We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed77c9c commit c6dd8c9Copy full SHA for c6dd8c9
rustup-init.sh
@@ -312,7 +312,7 @@ get_architecture() {
312
fi
313
314
# Detect 64-bit linux with 32-bit userland for powerpc
315
- if [ $_ostype = unknown-linux-gnu -a $_cputype = powerpc64 ]; then
+ if [ $_ostype = unknown-linux-gnu ] && [ $_cputype = powerpc64 ]; then
316
if [ "$(get_bitness)" = "32" ]; then
317
local _cputype=powerpc
318
0 commit comments