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