[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: Ben Reser <ben_at_reser.org>
Date: 2004-10-01 23:44:12 CEST

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

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 1 23:44:46 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.