mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-10 00:31:32 +00:00
[Tests] die() in tests should quote "$@" for echo
This commit is contained in:

committed by
Jordan Harband

parent
24f8ae5c46
commit
f7763c8ba9
@@ -6,7 +6,7 @@ mkdir -p "${NVM_DIR}/v0.0.2"
|
||||
mkdir -p "${NVM_DIR}/v0.0.20"
|
||||
mkdir -p "${NVM_DIR}/versions/node/v0.12.0"
|
||||
|
||||
die () { echo $@ ; exit 1; }
|
||||
die () { echo "$@" ; exit 1; }
|
||||
|
||||
# The result should contain only the appropriate version numbers.
|
||||
|
||||
|
Reference in New Issue
Block a user