SIGN IN SIGN UP
nvm-sh / nvm UNCLAIMED

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

0 0 81 Shell

[Fix] `nvm_install_source`: explicitly set SHELL=/bin/sh for make

Old Node.js versions have Makefiles with unquoted glob patterns like
`rm -f *.o` that fail in zsh's strict glob mode. By passing
SHELL=/bin/sh to make, we ensure POSIX-compliant shell behavior
regardless of what shell nvm is running in.
J
Jordan Harband committed
aa1d82910242dc1e0234b19372a446f742916b84
Parent: ec8906b