*** empty log message ***

This commit is contained in:
2006-12-23 06:33:47 +00:00
parent 5082a77c2e
commit eaf49fce98
12 changed files with 27 additions and 23 deletions

View File

@ -1,10 +1,10 @@
{
line[__global10] = $0;
line[NR] = $0;
}
END {
i = __global10;
for (i = __global10; (i > 0); i = (i - 1))
i = NR;
for (i = NR; (i > 0); i = (i - 1))
print line[i];
}
Susie 4.25 18