svn commit: r297902 - head

Bryan Drewery bdrewery at FreeBSD.org
Wed Apr 13 03:02:35 UTC 2016


On 4/12/2016 8:00 PM, Steve Wills wrote:
> On 04/12/16 09:59 PM, Ian Lepore wrote:
>>
>> More succinctly:
>>
>> .if empty(SVN)
>> SVN!= which svn || which svnlite
>> .endif
>>
> 
> Fair enough, that's basically the intent. I think we like to avoid !=,
> at least in ports, and I wanted the logic between src and ports to match
> in this case.
> 

Yeah, please avoid != where possible.

If you switch to this then also add .export SVN after the SVN!= line.

I somewhat like this version more though since /usr/local/bin may not be
in the PATH.

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20160412/303f8837/attachment.sig>


More information about the svn-src-all mailing list