*** 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,9 +1,9 @@
{
line[__global10] = $0;
line[NR] = $0;
}
END {
i = __global10;
i = NR;
while ((i > 0))
{
print line[i];