Blame test/badbuild.awk

Packit 575503
$1 == $2 == $3 {
Packit 575503
	print "Gawk was built incorrectly."
Packit 575503
	print "Use bison, not byacc or something else!"
Packit 575503
	print "(Really, why aren't you using the awkgram.c in the distribution?)"
Packit 575503
	exit 42
Packit 575503
}