--- ca-certificates/sbin/update-ca-certificates~ 2008-11-03 12:22:30.000000000 +0100 +++ ca-certificates/sbin/update-ca-certificates 2008-11-03 14:27:18.000000000 +0100 @@ -90,9 +90,9 @@ # only run if set of files has changed if [ "$verbose" = 0 ] then - c_rehash . > /dev/null + c_rehash.sh . > /dev/null else - c_rehash . + c_rehash.sh . fi fi