mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-11-16 18:15:53 +01:00
[Tests] Replace all dots with backslash dots
This commit is contained in:
committed by
Jordan Harband
parent
2a2b8bdeb3
commit
cadbbced20
@@ -12,7 +12,7 @@ cleanup () {
|
||||
}
|
||||
die () { echo $@ ; cleanup ; exit 1; }
|
||||
|
||||
NVM_ENV=testing . ../../install.sh
|
||||
NVM_ENV=testing \. ../../install.sh
|
||||
|
||||
setup () {
|
||||
ORIGINAL_PATH="$PATH"
|
||||
|
||||
Reference in New Issue
Block a user