chiark / gitweb /
WIP new class and ordering data
[ypp-sc-tools.main.git] / yarrg / update-master-info
index e2b0973db453b093e9b6f261b60c5f2969701e8b..c668745c5b6e023bbb2ee016c696112548092624 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 $!;
     }