svn commit: r313372 - in head: devel/pecl-spread net/spread4 net/spread4/files

Chris Rees crees at FreeBSD.org
Tue Mar 5 19:01:48 UTC 2013


On 3 March 2013 18:12, Olli Hauer <ohauer at freebsd.org> wrote:

<snip>

> +spread_cleanup() {
> +       [ -f ${pidfile} ] && rm -f ${pidfile}


Isn't checking a file exists rather redundant if you're going to use
rm -f on it?

Chris


More information about the svn-ports-all mailing list