mirror of
https://github.com/nvm-sh/nvm.git
synced 2026-09-08 00:00:07 +08:00
[Tests] die() in tests should quote "$@" for echo
This commit is contained in:
@@ -6,7 +6,7 @@ cleanup () {
|
||||
rm tmp2/node
|
||||
rmdir tmp2
|
||||
}
|
||||
die () { echo $@ ; cleanup; exit 1; }
|
||||
die () { echo "$@" ; cleanup; exit 1; }
|
||||
|
||||
\. ../../../nvm.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user