[Secure-testing-commits] r9874 - bin
stef-guest at alioth.debian.org
stef-guest at alioth.debian.org
Tue Sep 23 21:49:31 UTC 2008
Author: stef-guest
Date: 2008-09-23 21:49:30 +0000 (Tue, 23 Sep 2008)
New Revision: 9874
Modified:
bin/check-new-issues
Log:
correctly display the apt-file command that is executed
Modified: bin/check-new-issues
===================================================================
--- bin/check-new-issues 2008-09-23 21:44:54 UTC (rev 9873)
+++ bin/check-new-issues 2008-09-23 21:49:30 UTC (rev 9874)
@@ -171,7 +171,7 @@
my $s = $1;
$s =~ s/^\s*(.*?)\s*$/$1/;
$s = quotemeta($s);
- print "=== apt-file search '$s':\n";
+ print "=== apt-file search $s:\n";
system("apt-file search $s|less -FX");
print "===\n";
next READ;
More information about the Secure-testing-commits
mailing list