Change -p command to use stdout instead of stderr.

This commit is contained in:
Wink Saville 2009-04-21 10:00:16 -07:00
parent 05f66b6836
commit ef9ce1d0a5

View File

@ -145,7 +145,7 @@ terminal and are not redirected.
mirror = self.manifest.IsMirror
out = ForallColoring(self.manifest.manifestProject.config)
out.redirect(sys.stderr)
out.redirect(sys.stdout)
rc = 0
first = True