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

Re: svn commit: r10868 - trunk/build/ac-macros

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2004-10-02 00:23:56 CEST

Ben Reser wrote:
> On Fri, Oct 01, 2004 at 03:36:05PM +0100, Julian Foad wrote:
>
>>Greg was talking about the second and first tests within the second line:
>>"($SWIG is not a file) or ($SWIG is not an executable file)" can be
>>simplified to "$SWIG is not an executable file". Note that "test -x" does
>>have that particular meaning; it won't match a directory.
>
> Actually it will. Go try it. Greg and I talked abou this on IRC and he
> realized that what I did was right.
>
> $ mkdir dir
> $ [ -x dir ] && echo foo
> foo

Oh. My apologies.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 2 00:25:22 2004

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.