[Secure-testing-commits] r13715 - bin
Raphael Geissert
geissert at alioth.debian.org
Tue Jan 5 01:10:56 UTC 2010
Author: geissert
Date: 2010-01-05 01:10:55 +0000 (Tue, 05 Jan 2010)
New Revision: 13715
Modified:
bin/check-new-issues
Log:
Add missing escape on regex
Modified: bin/check-new-issues
===================================================================
--- bin/check-new-issues 2010-01-05 00:46:05 UTC (rev 13714)
+++ bin/check-new-issues 2010-01-05 01:10:55 UTC (rev 13715)
@@ -248,7 +248,7 @@
search_embed($s) or print "none\n";
next READ;
}
- elsif ($r=~ /^.h/i ) {
+ elsif ($r=~ /^\.h/i ) {
print_commands;
next READ;
}
More information about the Secure-testing-commits
mailing list