Skip to content

Commit

Permalink
Unlock src build for node version greater than 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored Aug 5, 2016
1 parent 88fc93a commit c85b582
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2086,11 +2086,6 @@ nvm() {
nvm_err 'Installing iojs from source is not currently supported'
return 105
;;
"$NVM_NODE_MERGED")
# nvm_install_merged_node_source "$VERSION" "$NVM_MAKE_JOBS" "$ADDITIONAL_PARAMETERS"
nvm_err 'Installing node v1.0 and greater from source is not currently supported'
return 106
;;
*)
if nvm_install_node_source "$VERSION" "$NVM_MAKE_JOBS" "$ADDITIONAL_PARAMETERS"; then
NVM_INSTALL_SUCCESS=true
Expand Down

0 comments on commit c85b582

Please sign in to comment.