Some shells require the semi-colon.

This commit is contained in:
Bickel, Korbin 2018-12-13 16:20:51 -05:00
parent e4286e8984
commit e0c952300c

View File

@ -7,7 +7,7 @@ die () { echo "$@" ; exit 1; }
NVM_TEST_VERSION=v0.10.7
# Remove the stuff we're clobbering.
remove_install () { [ -e ../../$NVM_TEST_VERSION ] && rm -R ../../$NVM_TEST_VERSION }
remove_install () { [ -e ../../$NVM_TEST_VERSION ] && rm -R ../../$NVM_TEST_VERSION; }
# Install with version param first
remove_install