mirror of
https://github.com/nvm-sh/nvm.git
synced 2026-07-19 13:28:22 +08:00
[Tests] Replace all dots with backslash dots
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
die () { echo $@ ; exit 1; }
|
||||
|
||||
. ../../../nvm.sh
|
||||
\. ../../../nvm.sh
|
||||
|
||||
nvm deactivate >/dev/null 2>&1 || die 'deactivate failed'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user