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
|
||||
get()
|
||||
{
|
||||
nuget install $1 -Version $2 -ExcludeVersion
|
||||
nuget install "$1" -Version "$2" -ExcludeVersion
|
||||
}
|
||||
else
|
||||
get()
|
||||
{
|
||||
../noget.sh $1 $2
|
||||
../noget.sh "$1" "$2"
|
||||
}
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user