On Jan 31, 2001, Akim Demaille <[EMAIL PROTECTED]> wrote:

>>>>>> "Markus" == Markus F X J Oberhumer <[EMAIL PROTECTED]> writes:
Markus> After a look through the sources it seems that AS_EXECUTABLE_P
Markus> should use both "test -f" and "test -x" on systems that
Markus> support it, and "test -f" otherwise (DOS, Win, ...)

> Good call, I was going to text ! -x.

Huh?

How about test -x $f && test ! -d $f ?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to