rustup: Fix comment about Darwin's uname -m

This commit is contained in:
Richo Healey 2015-03-28 19:50:26 -07:00
parent 01f2c67c96
commit fb78ca8b76

View file

@ -307,7 +307,7 @@ CFG_CPUTYPE=$(uname -m)
if [ $CFG_OSTYPE = Darwin -a $CFG_CPUTYPE = i386 ]
then
# Darwin's `uname -s` lies and always returns i386. We have to use sysctl
# Darwin's `uname -m` lies and always returns i386. We have to use sysctl
# instead.
if sysctl hw.optional.x86_64 | grep -q ': 1'
then