summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/verify_c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/verify_c b/perl-install/verify_c
index 3e3dbdc1b..80d7394e2 100755
--- a/perl-install/verify_c
+++ b/perl-install/verify_c
@@ -1,7 +1,7 @@
#!/usr/bin/perl -n
/^#/ and next;
-/c::to_utf8/ and next;
+/c::to_utf8/ || /c::from_utf8/ and next;
/\bc::(\w+)/ and push @c, [ $1, $ARGV, $. ] ;
eof && close ARGV;