Selaa lähdekoodia

Fix build.go on Windows

Audrius Butkevicius 11 vuotta sitten
vanhempi
sitoutus
3a01eaa4a6
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 {