mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-10-30 17:25:51 +08:00
[Tests] die() in tests should quote "$@" for echo
This commit is contained in:
committed by
Jordan Harband
parent
24f8ae5c46
commit
f7763c8ba9
@@ -4,7 +4,7 @@ set -ex
|
||||
|
||||
mkdir -p ../../v0.2.3
|
||||
|
||||
die () { echo $@ ; exit 1; }
|
||||
die () { echo "$@" ; exit 1; }
|
||||
|
||||
[ `expr $PATH : ".*v0.2.3/.*/bin"` = 0 ] || echo "WARNING: Unexpectedly found v0.2.3 already active" >&2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user