mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-11 04:53:47 -05:00
fix typo
This commit is contained in:
@@ -989,7 +989,7 @@ activepython_architecture() {
|
|||||||
"Darwin" ) echo "macosx10.9-i386-x86_64" ;;
|
"Darwin" ) echo "macosx10.9-i386-x86_64" ;;
|
||||||
"Linux" )
|
"Linux" )
|
||||||
case "$(uname -m)" in
|
case "$(uname -m)" in
|
||||||
"i368" | "i486" | "i586" | "i686" | "i786" ) echo "linux-x86" ;;
|
"i386" | "i486" | "i586" | "i686" | "i786" ) echo "linux-x86" ;;
|
||||||
"x86_64" ) echo "linux-x86_64" ;;
|
"x86_64" ) echo "linux-x86_64" ;;
|
||||||
* ) return 1 ;;
|
* ) return 1 ;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user