mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
Some shells require the semi-colon.
This commit is contained in:
parent
e4286e8984
commit
e0c952300c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user