*** empty log message ***

This commit is contained in:
2006-12-05 02:56:39 +00:00
parent 9847a900fb
commit d4a60fdc47
3 changed files with 23 additions and 39 deletions

View File

@ -1,6 +1,5 @@
BEGIN {
__global7 = " ";
__global13 = " ";
__global7 = __global13 = " ";
}
($4 == "North America") {

View File

@ -1,5 +1,5 @@
{
names = ((names ~ $1) ~ " ");
names = ((names $1) " ");
}
END {