Browse Source
On SmartOS setups using 64 bits pkgsrc repositories, `nvm_get_arch` would not handle pkg_info's output properly. This would result in nvm not being to install any node binary when running on SmartOS setups using a 64 bits pkgsrc repository. This change fixes this problem, and fixes the tests suite on similar setups.
![julien.gilli@joyent.com](/assets/img/avatar_default.png)
4 changed files with 8 additions and 0 deletions
@ -1 +1,4 @@
@@ -1 +1,4 @@
|
||||
# On SmartOS 64bits setups, pkg_info outputs _both_ i386 and x86_64 |
||||
# architectures as architectures supported by pkg_install. |
||||
echo "i386" |
||||
echo "x86_64" |
||||
|
Loading…
Reference in new issue