chiark / gitweb /
where-vessels: more docs and error msg improvements
[ypp-sc-tools.db-live.git] / yarrg / update-master-info
index f7574555d88069356991fe261f7d675c148f3098..adad34c81f42fbd29dbc2d0f9b24a7a392bda272 100755 (executable)
@@ -95,7 +95,7 @@ sub process_some_info ($$$) {
            next if $h =~ m/^nocommods/;
        }
        next if $sfn =~ m/source-info/ && $h =~ m/^ocean\b/;
-       next if $h =~ m/^client|^vessels|^shot\b/;
+       next if $h =~ m/^client|^vessels|^shot\b|^commodclasses/;
 
        print $df $_, "\n" or die $!;
     }