[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