Test applets containing numbers in their name. Thanks to Larry Doolittle.
This commit is contained in:
parent
ceade5c856
commit
201dc0d5a9
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user