]> git.donarmstrong.com Git - ca-certificates.git/blobdiff - debian/config.in
Import Debian version 20090708
[ca-certificates.git] / debian / config.in
index 6677eab3aefdfc7df4f99b4c85bae8c44a8d59b9..209bf3d2a6fc40b0dee4251423f84cb66cac2d17 100644 (file)
@@ -78,9 +78,9 @@ if test -d /usr/share/ca-certificates; then
    else
      CERTS_AVAILABLE="$CERTS_AVAILABLE, $crt"
    fi
-   if echo "$CERTS_DISABLED" | grep -F -q -x "$crt" > /dev/null 2>&1; then
+   if (echo "$CERTS_DISABLED" | grep -F -q -x "$crt") > /dev/null 2>&1; then
      : # echo "I: ignore $crt"
-   elif echo "$CERTS_TRUST" | grep -F -q -x "$crt" > /dev/null 2>&1; then
+   elif (echo "$CERTS_TRUST" | grep -F -q -x "$crt") > /dev/null 2>&1; then
      # already trusted
      if test "$CERTS_ENABLED" = ""; then
        CERTS_ENABLED="$crt"