Merge pull request #160 from wlaurance/master

i686 architecture
This commit is contained in:
Tim Caswell 2012-10-23 09:36:42 -07:00
commit 3b2d2e4b61

1
nvm.sh
View File

@ -27,6 +27,7 @@ case "$uname" in
esac
case "$uname" in
*x86_64*) arch=x64 ;;
*i686*) arch=x86 ;;
esac
# Expand a version using the version cache