]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/script: retry ETXTBSY errors in scripts
authorBryan C. Mills <bcmills@google.com>
Tue, 31 Jan 2023 22:21:14 +0000 (17:21 -0500)
committerGopher Robot <gobot@golang.org>
Tue, 31 Jan 2023 23:29:56 +0000 (23:29 +0000)
commit23c0121e4eb259cc1087d0f79a0803cbc71f500b
tree5059b7c63ecefcde4d9bce39fb1d36c204c3b125
parent356647409d834d823f8ee7e57075b38556638e79
cmd/go/internal/script: retry ETXTBSY errors in scripts

Fixes #58019.

Change-Id: Ib25d668bfede6e87a3786f44bdc0db1027e3ebec
Reviewed-on: https://go-review.googlesource.com/c/go/+/463748
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/cmd/go/internal/script/cmds.go
src/cmd/go/internal/script/cmds_other.go [new file with mode: 0644]
src/cmd/go/internal/script/cmds_posix.go [new file with mode: 0644]