Test applets containing numbers in their name. Thanks to Larry Doolittle.
authorMatt Kraai <kraai@debian.org>
Mon, 29 Jan 2001 19:00:48 +0000 (19:00 -0000)
committerMatt Kraai <kraai@debian.org>
Mon, 29 Jan 2001 19:00:48 +0000 (19:00 -0000)
tests/multibuild.pl

index 92b1abd..fb9cdd4 100755 (executable)
@@ -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;
                }
        }