We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bc529 commit 8aa77d1Copy full SHA for 8aa77d1
src/dotnet-install.sh
@@ -661,7 +661,7 @@ parse_globaljson_file_for_version() {
661
return 1
662
fi
663
664
- sdk_section=$(cat $json_file | tr -d "\r" | awk '/"sdk"/,/}/')
+ sdk_section=$(cat "$json_file" | tr -d "\r" | awk '/"sdk"/,/}/')
665
if [ -z "$sdk_section" ]; then
666
say_err "Unable to parse the SDK node in \`$json_file\`"
667
0 commit comments