diff options
Diffstat (limited to 'src/util/export-check.pl')
| -rwxr-xr-x | src/util/export-check.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/export-check.pl b/src/util/export-check.pl index 67c8e853d..9ea36488d 100755 --- a/src/util/export-check.pl +++ b/src/util/export-check.pl @@ -26,11 +26,11 @@ while (<NM>) { chop; s/^[0-9a-fA-F]+ +//; next if /^A /; - if (!/^[TDRB] /) { + if (!/^[TDRBG] /) { unlink $libfile; die "not sure what to do with '$_'"; } - s/^[TDRB] +//; + s/^[TDRBG] +//; push @found, $_; } @found = sort @found; |
