X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fcheck-configs.pl;h=94c8fd4fa2e5adfc89a51c06707dba166296d476;hp=382ce4b06d8950acf22cdd8a9f199d280f2a5187;hb=019de959b265701cd0c3fccbb61f2b69f06bf9ee;hpb=2762a7d7cf8d83e68b8f635941f6609119d630ae diff --git a/hacks/check-configs.pl b/hacks/check-configs.pl index 382ce4b0..94c8fd4f 100755 --- a/hacks/check-configs.pl +++ b/hacks/check-configs.pl @@ -19,7 +19,7 @@ use diagnostics; use strict; my $progname = $0; $progname =~ s@.*/@@g; -my $version = q{ $Revision: 1.6 $ }; $version =~ s/^[^\d]+([\d.]+).*/$1/; +my $version = q{ $Revision: 1.7 $ }; $version =~ s/^[^\d]+([\d.]+).*/$1/; my $verbose = 0; @@ -193,7 +193,7 @@ sub parse_xml($$) { error ("$progname: $file: unparsable: $_") unless $type; next if ($type =~ m@^/@); - if ($type =~ m/^([hv]group|\?xml|command|string|file|_description|xscreensaver-(image|text))/s) { + if ($type =~ m/^([hv]group|\?xml|command|string|file|_description|xscreensaver-(image|text|updater))/s) { } elsif ($type eq 'screensaver') { my ($name) = ($args =~ m/\b_label\s*=\s*\"([^\"]+)\"/);