1
0
mirror of https://github.com/golang/go synced 2024-10-01 01:08:33 -06: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:
Shenghou Ma 2015-01-16 22:08:22 -05:00 committed by Minux Ma
parent 020637daa9
commit dca54d7cdd

View File

@ -397,6 +397,7 @@ func main() {
xinit()
xmain()
xexit(0)
}
// xsamefile reports whether f1 and f2 are the same file (or dir)