Home | History | Annotate | Download | only in bugs-fixed
      1 BEGIN {
      2 	$0="a b c";
      3 	OFS=",";
      4 	NF = NF;
      5 	print;
      6 }
      7