*** empty log message ***
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
BEGIN {
|
||||
__global7 = " ";
|
||||
__global13 = " ";
|
||||
__global7 = __global13 = " ";
|
||||
}
|
||||
|
||||
($4 == "North America") {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
names = ((names ~ $1) ~ " ");
|
||||
names = ((names $1) " ");
|
||||
}
|
||||
|
||||
END {
|
||||
|
Reference in New Issue
Block a user