Remove trailing space

This commit is contained in:
Peter Dave Hello
2018-02-26 01:03:01 +08:00
parent 41ec44f6b5
commit 9f34b3e95c
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ HOME="__home__"
# NVM_DIR is set
NVM_DIR="some_dir"
NVM_DIR="some_dir"
install_dir=$(nvm_install_dir)
[ "_$install_dir" = "_$NVM_DIR" ] || die "nvm_install_dir should use \$NVM_DIR if it exists. Current output: $install_dir"