mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-10 00:31:32 +00:00
[Tests] Replace all dots with backslash dots
This commit is contained in:

committed by
Jordan Harband

parent
2a2b8bdeb3
commit
cadbbced20
@@ -11,7 +11,7 @@ cleanup() {
|
||||
|
||||
die () { cleanup; echo $@ ; exit 1; }
|
||||
|
||||
. ../../../nvm.sh
|
||||
\. ../../../nvm.sh
|
||||
|
||||
# Directory where mocked binaries used by nvm_get_arch for each OS/arch are
|
||||
# located
|
||||
|
Reference in New Issue
Block a user