Skip to content

Commit e1448f4

Browse files
committed
Remove unrelated code.
1 parent 62abb22 commit e1448f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builds/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ DOTNET_DOWNLOAD_URL?=https://raw.githubusercontent.com/dotnet/install-scripts/d4
6262
DOTNET_DOWNLOAD_URL?=https://dot.net/v1/dotnet-install.sh
6363

6464
dotnet-install.sh: Makefile
65-
$(Q) echo "Downloading dotnet-install.sh from $(DOTNET_DOWNLOAD_URL) into $@."
6665
$(Q) $(CURL_RETRY) $(DOTNET_DOWNLOAD_URL) --output $@.tmp
6766
$(Q) chmod +x $@.tmp
6867
$(Q) mv $@.tmp $@

0 commit comments

Comments
 (0)