Skip to content

Commit

Permalink
Merge pull request #163 from wlaurance/master
Browse files Browse the repository at this point in the history
Glob i*86
  • Loading branch information
creationix committed Oct 26, 2012
2 parents f3bf583 + 21f0036 commit d6ef9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvm.sh
Expand Up @@ -27,7 +27,7 @@ case "$uname" in
esac
case "$uname" in
*x86_64*) arch=x64 ;;
*i686*) arch=x86 ;;
*i*86*) arch=x86 ;;
esac

# Expand a version using the version cache
Expand Down

0 comments on commit d6ef9c8

Please sign in to comment.