summaryrefslogtreecommitdiffstats
path: root/perl-install/verify_c
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/verify_c')
-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 520912cfe..94fe0e174 100755
--- a/perl-install/verify_c
+++ b/perl-install/verify_c
@@ -1,7 +1,7 @@
#!/usr/bin/perl -n
/^#/ and next;
-/c::(\w+)/ and push @c, [ $1, $ARGV, $. ] ;
+/\bc::(\w+)/ and push @c, [ $1, $ARGV, $. ] ;
eof && close ARGV;