Account for uname -a i686

master
wlaurance 2012-10-23 12:19:42 -04:00
parent e1ec264b26
commit 03b16d7a67
1 changed files with 1 additions and 0 deletions

1
nvm.sh
View File

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