mirror of
https://github.com/golang/go
synced 2024-11-18 19:14:40 -07:00
cmd/dist: do not leave go-tool-dist-* temporary directories behind
Change-Id: I3f6ba5591130b2c4762d33bd4553220765ad9fc5 Reviewed-on: https://go-review.googlesource.com/2996 Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
parent
020637daa9
commit
dca54d7cdd
1
src/cmd/dist/util.go
vendored
1
src/cmd/dist/util.go
vendored
@ -397,6 +397,7 @@ func main() {
|
||||
|
||||
xinit()
|
||||
xmain()
|
||||
xexit(0)
|
||||
}
|
||||
|
||||
// xsamefile reports whether f1 and f2 are the same file (or dir)
|
||||
|
Loading…
Reference in New Issue
Block a user