Browse Source

install: don't output "additional options" when there are none.

master
Jordan Harband 11 years ago
parent
commit
3d3145f2e0
  1. 2
      nvm.sh

2
nvm.sh

@ -495,7 +495,9 @@ nvm() {
fi fi
fi fi
if [ -n "$ADDITIONAL_PARAMETERS" ]; then
echo "Additional options while compiling: $ADDITIONAL_PARAMETERS" echo "Additional options while compiling: $ADDITIONAL_PARAMETERS"
fi
tarball='' tarball=''
sum='' sum=''

Loading…
Cancel
Save