mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
Don't overwrite existing NVM_DIR vars
This commit is contained in:
parent
8ec6fb22fd
commit
57d62762e1
4
nvm.sh
4
nvm.sh
@ -6,7 +6,9 @@
|
||||
# with much bash help from Matthew Ranney
|
||||
|
||||
# Auto detect the NVM_DIR using magic bash 3.x stuff
|
||||
export NVM_DIR=$(dirname ${BASH_ARGV[0]})
|
||||
if [ ! -d "$NVM_DIR" ]; then
|
||||
export NVM_DIR=$(dirname ${BASH_ARGV[0]})
|
||||
fi
|
||||
|
||||
# Emulate curl with wget, if necessary
|
||||
if [ ! `which curl` ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user