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 43e6b6c commit 8ceb09eCopy full SHA for 8ceb09e
mfc.sh
@@ -113,7 +113,7 @@ if [ "$bShouldInstallCMake" = true ]; then
113
bErrorDoSelfDownload=true
114
fi
115
116
- if ! [[ "$arch" -eq "x86_64" || "$arch" -eq "aarch64" ]]; then
+ if ! [[ "$arch" == "x86_64" || "$arch" == "aarch64" ]]; then
117
error "Cannot fetch$MAGENTA CMake$COLOR_RESET for architecture $MAGENTA$arch$COLOR_RESET."
118
119
0 commit comments