Browse Source

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

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

4
nvm.sh

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

Loading…
Cancel
Save