fixed the condition for the binary package availability.

master
Yosiya Hinosawa 2013-01-13 16:10:50 +09:00
parent 7dc0827eaa
commit 184f641730
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -224,7 +224,7 @@ nvm()
# binaries started with node 0.8.6
case "$VERSION" in
v0.8.[012345]) binavail=0 ;;
v0.[1234567]) binavail=0 ;;
v0.[1234567].*) binavail=0 ;;
*) binavail=1 ;;
esac
if [ $binavail -eq 1 ]; then