]> Cypherpunks repositories - gostls13.git/commit
make sure errchk only prints BUG once.
authorRuss Cox <rsc@golang.org>
Thu, 30 Oct 2008 19:43:32 +0000 (12:43 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 30 Oct 2008 19:43:32 +0000 (12:43 -0700)
commiteb5a316fa6e5a12d10f7054ff3d9de608d772278
tree354f0a33c6a52867b3699069b77571fd1093e393
parent7112dc1db729777e4102f2799a79ebd93e1b41f7
make sure errchk only prints BUG once.
using a variable is not sufficient, because
sometimes bug() is called from a subshell.

R=iant
DELTA=7  (2 added, 1 deleted, 4 changed)
OCL=18092
CL=18145
test/errchk