SIGN IN SIGN UP
nvm-sh / nvm UNCLAIMED

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

0 0 79 Shell

[Fix] `nvm_iojs_version_has_solaris_binary`: fix comparison to detect non-iojs versions

Missing `_` prefix on the right side of the comparison meant the guard clause that rejects non-iojs versions almost never matched, allowing non-iojs versions to fall through.

Bug introduced in https://github.com/nvm-sh/nvm/commit/2d692d9d7863844d9e5c499faf423b350235f72d / #854.
J
Jordan Harband committed
53e6244aa6d921ad55cea97174066b85a29d52a8
Parent: bda39c7