dotnet-sdk-setup-hook: remove redundant quotes
This commit is contained in:
parent
f820d2cf3c
commit
b01ca64670
@ -5,7 +5,7 @@ export MSBUILDTERMINALLOGGER=false
|
||||
declare -Ag _nugetInputs
|
||||
|
||||
addNugetInputs() {
|
||||
if [[ -d "$1/share/nuget" ]]; then
|
||||
if [[ -d $1/share/nuget ]]; then
|
||||
_nugetInputs[$1]=1
|
||||
fi
|
||||
}
|
||||
@ -53,7 +53,7 @@ configureNuget() {
|
||||
fi
|
||||
done
|
||||
|
||||
if [[ -n "${linkNugetPackages-}"
|
||||
if [[ -n ${linkNugetPackages-}
|
||||
|| -f .config/dotnet-tools.json
|
||||
|| -f dotnet-tools.json
|
||||
|| -f paket.dependencies ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user