8000 Merge pull request #527 from dotnet/dev/mipavlik/hardcode-script-name · dotnet/install-scripts@45075b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 45075b8

Browse files
authored
Merge pull request #527 from dotnet/dev/mipavlik/hardcode-script-name
Name of the string in the help string is now hardcoded (.sh version)
2 parents 87151ae + 4163beb commit 45075b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnet-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1741,7 +1741,7 @@ do
17411741
zip_path="$1"
17421742
;;
17431743
-?|--?|-h|--help|-[Hh]elp)
1744-
script_name="$(basename "$0")"
1744+
script_name="dotnet-install.sh"
17451745
echo ".NET Tools Installer"
17461746
echo "Usage:"
17471747
echo " # Install a .NET SDK of a given Quality from a given Channel"

0 commit comments

Comments
 (0)
0