mirror of
https://github.com/sheumann/hush.git
synced 2025-01-27 21:33:05 +00:00
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 .= $_;
|
$trailer .= $_;
|
||||||
} else {
|
} else {
|
||||||
$in_trailer=1 if /End of Applications List/;
|
$in_trailer=1 if /End of Applications List/;
|
||||||
if (/^\/*#define BB_([A-Z_]*)/) {
|
if (/^\/*#define BB_([A-Z0-9_]*)/) {
|
||||||
push @apps, $1;
|
push @apps, $1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user