mirror of
https://github.com/golang/go.git
synced 2025-05-29 11:25:43 +00:00
run.bat: check go.exe instead of go
Windows requires checking with the .exe extension. Change-Id: I8e2fe83df81b92f04967bafb28f8effde999f597 Reviewed-on: https://go-review.googlesource.com/c/go/+/227157 Reviewed-by: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
47ade08141
commit
d78639519d
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
if exist ..\bin\go goto ok
|
if exist ..\bin\go.exe goto ok
|
||||||
echo Must run run.bat from Go src directory after installing cmd/go.
|
echo Must run run.bat from Go src directory after installing cmd/go.
|
||||||
goto fail
|
goto fail
|
||||||
:ok
|
:ok
|
||||||
|
Loading…
x
Reference in New Issue
Block a user