From dca54d7cdda3b88f5136c0ceee3eff99594e0643 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Fri, 16 Jan 2015 22:08:22 -0500 Subject: [PATCH] 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 --- src/cmd/dist/util.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cmd/dist/util.go b/src/cmd/dist/util.go index 4628eead80f..96632a05abf 100644 --- a/src/cmd/dist/util.go +++ b/src/cmd/dist/util.go @@ -397,6 +397,7 @@ func main() { xinit() xmain() + xexit(0) } // xsamefile reports whether f1 and f2 are the same file (or dir)