Merge pull request #163 from wlaurance/master

Glob i*86
master
Tim Caswell 2012-10-26 07:53:02 -07:00
commit d6ef9c8893
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

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