*** empty log message ***

This commit is contained in:
2006-12-04 12:59:01 +00:00
parent 0e8c44fc3d
commit 9847a900fb
9 changed files with 98 additions and 37 deletions

View File

@ -1,5 +1,5 @@
BEGIN { FS = "\t"; OFS = "\t"; }
#BEGIN { FS = OFS = "\t"; }
#BEGIN { FS = "\t"; OFS = "\t"; }
BEGIN { FS = OFS = "\t"; }
$4 == "North America" { $4 = "NA"; }
$4 == "South America" { $4 = "SA"; }
{ print; }