diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/dist/util.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/dist/util.go b/src/cmd/dist/util.go index 4628eead80..96632a05ab 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) |
