]> git.pld-linux.org Git - packages/ca-certificates.git/blob - ca-certificates-c_rehash.sh.patch
- updated to 20140325
[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    if [ "$verbose" = 0 ]
6    then
7 -    c_rehash . > /dev/null
8 +    c_rehash.sh . > /dev/null
9    else
10 -    c_rehash .
11 +    c_rehash.sh .
12    fi
13  fi
14  
This page took 0.076697 seconds and 3 git commands to generate.