[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 1189 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/libsvn_subr trunk/subversion/libsvn_repos

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-02-05 20:59:15 CET

On Tue, Feb 05, 2002 at 12:30:59PM -0600, cmpilato@tigris.org wrote:
>...
> +++ NEW/trunk/subversion/libsvn_subr/io.c Tue Feb 5 12:30:59 2002
>...
> @@ -935,7 +939,8 @@
> cmd);
>
> /* Make sure we invoke cmd directly, not through a shell. */
> - apr_err = apr_procattr_cmdtype_set (cmdproc_attr, APR_PROGRAM);
> + apr_err = apr_procattr_cmdtype_set (cmdproc_attr,
> + inherit?APR_PROGRAM_PATH:APR_PROGRAM);

Style nit: there should be more spaces in that ?: operator.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:04 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.