This commit is contained in:
Joel Wietelmann 2012-10-18 14:24:04 -07:00
commit e4ca1dfe02

2
nvm.sh
View File

@ -19,7 +19,7 @@ fi
# Try to figure out the os and arch for binary fetching
uname="$(uname -a)"
os=
arch=x86
arch="$(uname -m)"
case "$uname" in
Linux\ *) os=linux ;;
Darwin\ *) os=darwin ;;