Explorar o código

Fix build.go on Windows

Audrius Butkevicius %!s(int64=11) %!d(string=hai) anos
pai
achega
3a01eaa4a6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      build.go

+ 1 - 0
build.go

@@ -366,6 +366,7 @@ func runPipe(file, cmd string, args ...string) {
 	if err != nil {
 		log.Fatal(err)
 	}
+	fd.Close()
 }
 
 type archiveFile struct {