[csw-devel] SF.net SVN: gar:[2691] csw/mgar/pkg/ca_certificates/trunk/files/ update-ca-certificates
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Wed Dec 24 00:59:15 CET 2008
Revision: 2691
http://gar.svn.sourceforge.net/gar/?rev=2691&view=rev
Author: chninkel
Date: 2008-12-23 23:59:15 +0000 (Tue, 23 Dec 2008)
Log Message:
-----------
ca_certificates: fixed certificates exclusion
Modified Paths:
--------------
csw/mgar/pkg/ca_certificates/trunk/files/update-ca-certificates
Modified: csw/mgar/pkg/ca_certificates/trunk/files/update-ca-certificates
===================================================================
--- csw/mgar/pkg/ca_certificates/trunk/files/update-ca-certificates 2008-12-23 23:31:29 UTC (rev 2690)
+++ csw/mgar/pkg/ca_certificates/trunk/files/update-ca-certificates 2008-12-23 23:59:15 UTC (rev 2691)
@@ -61,7 +61,7 @@
[ -n "$CERTFILE" ] && find_certfile "$CERTFILE"
done | sort -u | {
while read CERTFILE; do
- grep -w "$CERTFILE" /tmp/update-ca-certificates.tmp.$$ >/dev/null || echo "$CERTFILE"
+ grep "^$CERTFILE$" /tmp/update-ca-certificates.tmp.$$ >/dev/null || echo "$CERTFILE"
done
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list