]> git.pld-linux.org Git - packages/ca-certificates.git/blobdiff - ca-certificates-etc-certs.patch
- up to 20150426
[packages/ca-certificates.git] / ca-certificates-etc-certs.patch
index 0427ca2e628567d2214b7eae0a4ef1b491a051cc..2e9c4c72120204d8ce13edd9709482d92bdf22ea 100644 (file)
@@ -39,9 +39,9 @@
      rm -f "$PEM"
 @@ -90,6 +90,7 @@ if [ "$fresh" = 1 ]; then
    do
-     case $(readlink $symlink) in
-       $CERTSDIR*) rm -f $symlink;;
-+      $LOCALCERTSDIR*) rm -f $symlink;;
+     case $(readlink "$symlink") in
+       $CERTSDIR*) rm -f "$symlink";;
++      $LOCALCERTSDIR*) rm -f "$symlink";;
      esac
    done
    find . -type l -print | while read symlink
This page took 0.109667 seconds and 4 git commands to generate.