>       if (> /etc/rcorder.cache.tmp) 2>/dev/null; then
I would have expected that to be
        if (:> /etc/rcorder.cache.tmp) 2>/dev/null; then
and am suprised the shell accepts redirection on an empty command.

Reply via email to