[Tests] Replace all dots with backslash dots
This commit is contained in:
committed by
Jordan Harband
parent
2a2b8bdeb3
commit
cadbbced20
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ../../../nvm.sh
|
||||
\. ../../../nvm.sh
|
||||
|
||||
for VERSION in "0.8.7" "0.9.1" "0.10.1" "0.11.1"; do
|
||||
nvm uninstall "$VERSION"
|
||||
|
||||
Reference in New Issue
Block a user