Bug fixed

This commit is contained in:
Unknown 2013-12-15 18:28:17 -05:00
parent a337507ae8
commit ebcc00b113
1 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,8 @@ func Autobuild() {
continue continue
} }
icmd = exec.Command(cmdName, "install", pkg) icmd = exec.Command(cmdName, "install", pkg)
icmd.Stdout = os.Stdout
icmd.Stderr = os.Stderr
err = icmd.Run() err = icmd.Run()
if err != nil { if err != nil {
break break