From 21f00362b09d1df50647354bd1c01f7ab82e0451 Mon Sep 17 00:00:00 2001 From: wlaurance Date: Thu, 25 Oct 2012 15:39:08 -0400 Subject: [PATCH] Account for x86 architectures --- nvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvm.sh b/nvm.sh index 0e68c2d..99f921c 100755 --- a/nvm.sh +++ b/nvm.sh @@ -27,7 +27,7 @@ case "$uname" in esac case "$uname" in *x86_64*) arch=x64 ;; - *i686*) arch=x86 ;; + *i*86*) arch=x86 ;; esac # Expand a version using the version cache