double quote to prevent globbing and word splitting
detected by http://www.shellcheck.net/
This commit is contained in:
4
thirdparty/fetch-thirdparty-deps.sh
vendored
4
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -17,12 +17,12 @@ cd "${download_dir}"
|
|||||||
if [ ! $TRAVIS ] && which nuget >/dev/null 2>&1; then
|
if [ ! $TRAVIS ] && which nuget >/dev/null 2>&1; then
|
||||||
get()
|
get()
|
||||||
{
|
{
|
||||||
nuget install $1 -Version $2 -ExcludeVersion
|
nuget install "$1" -Version "$2" -ExcludeVersion
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
get()
|
get()
|
||||||
{
|
{
|
||||||
../noget.sh $1 $2
|
../noget.sh "$1" "$2"
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user