Skip to content

Commit

Permalink
rustup: Fix comment about Darwin's uname -m
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed Mar 29, 2015
1 parent 01f2c67 commit fb78ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/rustup.sh
Expand Up @@ -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
Expand Down

0 comments on commit fb78ca8

Please sign in to comment.