diff options
Diffstat (limited to 'perl-install/verify_c')
-rwxr-xr-x | perl-install/verify_c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/verify_c b/perl-install/verify_c index 94fe0e174..b07355b2f 100755 --- a/perl-install/verify_c +++ b/perl-install/verify_c @@ -1,6 +1,7 @@ #!/usr/bin/perl -n /^#/ and next; +/c::to_utf8/ and next; /\bc::(\w+)/ and push @c, [ $1, $ARGV, $. ] ; eof && close ARGV; |