[Tests] die() in tests should quote "$@" for echo
This commit is contained in:
committed by
Jordan Harband
parent
24f8ae5c46
commit
f7763c8ba9
@@ -3,7 +3,7 @@
|
||||
\. ../../../nvm.sh
|
||||
\. ../../common.sh
|
||||
|
||||
die () { echo $@ ; exit 1; }
|
||||
die () { echo "$@" ; exit 1; }
|
||||
|
||||
if [ -n "$ZSH_VERSION" ]; then
|
||||
# set clobber option in order to test that this does not produce any
|
||||
|
||||
Reference in New Issue
Block a user