m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-08 11:23:47 -05:00

[install] Support old uname in macOS (#4492)

This commit is contained in:
Chayoung You
2025-08-17 11:54:32 +09:00
committed by GitHub
parent 19a9296c47
commit de1824f71d

View File

@@ -164,7 +164,7 @@ download() {
}
# Try to download binary executable
archi=$(uname -smo)
archi=$(uname -smo 2>/dev/null || uname -sm)
binary_available=1
binary_error=""
case "$archi" in