Test applets containing numbers in their name. Thanks to Larry Doolittle.

This commit is contained in:
Matt Kraai 2001-01-29 19:00:48 +00:00
parent ceade5c856
commit 201dc0d5a9

View File

@ -24,7 +24,7 @@ while (<C>) {
$trailer .= $_;
} else {
$in_trailer=1 if /End of Applications List/;
if (/^\/*#define BB_([A-Z_]*)/) {
if (/^\/*#define BB_([A-Z0-9_]*)/) {
push @apps, $1;
}
}