]> git.pld-linux.org Git - packages/ca-certificates.git/blob - ca-certificates-c_rehash.sh.patch
- up to 20081127
[packages/ca-certificates.git] / ca-certificates-c_rehash.sh.patch
1 --- ca-certificates/sbin/update-ca-certificates~        2008-11-03 12:22:30.000000000 +0100
2 +++ ca-certificates/sbin/update-ca-certificates 2008-11-03 14:27:18.000000000 +0100
3 @@ -90,9 +90,9 @@
4    # only run if set of files has changed
5  
6    if [ "$verbose" = 0 ]; then
7 -    c_rehash . > /dev/null 2>&1
8 +    c_rehash.sh . > /dev/null 2>&1
9    else
10 -    c_rehash .
11 +    c_rehash.sh .
12    fi
13    echo "done."
14  else
This page took 0.075052 seconds and 3 git commands to generate.