restore missing default
[unix-history] / usr / src / old / as.vax / astokfix.awk
CommitLineData
a7c75d33
RH
1#
2# Copyright (c) 1982 Regents of the University of California */
f70ab843 3# @(#)astokfix.awk 4.3 %G%
a7c75d33
RH
4#
5/AWKFIXESME/{
6 if ($4 == "AWKFIXESME")
7 $4 = count++;
8}
9{
10 print $0;
11}