]> Cypherpunks repositories - gostls13.git/commit
cmd/go: prefix calls to Windows rmdir with cmd.exe
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 25 Nov 2019 18:23:44 +0000 (19:23 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 25 Nov 2019 19:02:50 +0000 (19:02 +0000)
commit7adafc985aa6bf5f66de1b6e9ff9d553d8dd183b
treebba022d5bfc3d9509da08cab3cb770fcc2c6e020
parent6d5f8b11d57e1896caebd5cc551f6d0d4a05a2f1
cmd/go: prefix calls to Windows rmdir with cmd.exe

rmdir is a built-in of cmd.exe. It's also an alias in powershell.exe. We
want always the cmd.exe on, so specify it explicitly.

Fixes #35813

Change-Id: I89723e993ee26a20b42d03b8a725ff10ccf30505
Reviewed-on: https://go-review.googlesource.com/c/go/+/208639
Run-TryBot: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/testdata/script/mod_cache_rw.txt