[Fix] set -u: ensure NVM_USE_OUTPUT is always set.

Fixes #1671.
This commit is contained in:
Jordan Harband
2017-11-23 10:02:37 -06:00
parent 7bfd1e0644
commit a57fe846e8
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
set -ex
set -eux
cleanup() {
unset -f nvm_has_system_node nvm_print_npm_version