summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorStefan Fritsch <sf@sfritsch.de>2008-04-01 22:07:34 +0000
committerStefan Fritsch <sf@sfritsch.de>2008-04-01 22:07:34 +0000
commit1959f349900b68db1ac72c16cd9aa93c41242d3a (patch)
tree1244ec74888616c5eb80ff6fb814261621d73957 /bin
parentb9cf3052be5ac88ef9c3ac44f5a0c80bb9f2b878 (diff)
fix typo
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@8466 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin')
-rwxr-xr-xbin/check-new-issues2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check-new-issues b/bin/check-new-issues
index 42e7d46cf9..e5d698d58d 100755
--- a/bin/check-new-issues
+++ b/bin/check-new-issues
@@ -298,7 +298,7 @@ sub auto_search {
}
if ( $file =~ /(php3?|asp|cgi|pl)$/ ) {
if (! exists $afcache{$file}) {
- my $file_esc = quote_meta($file);
+ my $file_esc = quotemeta($file);
print "doing apt-file search...";
$afcache{$file}=`apt-file -i search $file_esc |wc -l`;
chomp $afcache{$file};

© 2014-2024 Faster IT GmbH | imprint | privacy policy