Added a comment to the previous commit.

This commit is contained in:
Pietro Gagliardi 2014-05-25 13:20:19 -04:00
parent a0f10000de
commit d2746b7d2c
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ func main() {
f.Close()
cmd := exec.Command("go", "run")
cmd.Args = append(cmd.Args, goopts...)
cmd.Args = append(cmd.Args, goopts...) // valid if len(goopts) == 0; in that case this will just be a no-op
cmd.Args = append(cmd.Args, genoutname)
f, err = os.Create(filepath.Join(pkgpath, "zconstants_windows_" + targetarch + ".go"))
if err != nil {