projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceade5c
)
Test applets containing numbers in their name. Thanks to Larry Doolittle.
author
Matt Kraai
<kraai@debian.org>
Mon, 29 Jan 2001 19:00:48 +0000
(19:00 -0000)
committer
Matt Kraai
<kraai@debian.org>
Mon, 29 Jan 2001 19:00:48 +0000
(19:00 -0000)
tests/multibuild.pl
patch
|
blob
|
history
diff --git
a/tests/multibuild.pl
b/tests/multibuild.pl
index 92b1abde905cfb35d1b7a524e5314ad546a3289e..fb9cdd4941dd51959af0bd361a9a1ac2adabc20f 100755
(executable)
--- a/
tests/multibuild.pl
+++ b/
tests/multibuild.pl
@@
-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-Z
0-9
_]*)/) {
push @apps, $1;
}
}