summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/reindops.awk
blob: 13ae657665750f1c52fab6313de9ecdaaa9ccab4 (plain)
1
2
3
4
5
6
{ 
	if ($1 !~ /^+[2-9]/)
		print "gawk is broken"
	else
		print "gawk is ok"
}
OpenPOWER on IntegriCloud