]> git.pld-linux.org Git - packages/ca-certificates.git/blob - ca-certificates-endline.patch
- some merge tool needed for /etc/ca-certificates.conf
[packages/ca-certificates.git] / ca-certificates-endline.patch
1 --- ca-certificates/sbin/update-ca-certificates~        2010-02-09 15:15:01.599029404 +0100
2 +++ ca-certificates/sbin/update-ca-certificates 2010-02-09 15:32:56.982153588 +0100
3 @@ -70,6 +70,7 @@
4      echo +$PEM >> "$ADDED"
5    fi
6    cat "$CERT" >> "$TEMPBUNDLE"
7 +  echo >> "$TEMPBUNDLE"
8  }
9  
10  remove() {
This page took 0.036239 seconds and 3 git commands to generate.