Re: AS_EXECUTABLE_P again -- summary (was: bug in texi2dvi, and hack patch)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Date: Sat, 22 Jan 2005 17:57:44 +0100
> From: Stepan Kasal <kasal@xxxxxx>
> Cc: ebb9@xxxxxxx, autoconf@xxxxxxx, bug-texinfo@xxxxxxx
> 
> If there was a named pipe /tmp/foo with an executable bit set, the test
> could misclasify it as an executable file.

Thanks for the explanations.

FWIW, I don't regard this as ``misclasification'', since the named
pipe does, indeed, have its executable bit set.

> > So what _are_ you suggesting for AS_EXECUTABLE_P to do?
> 
> I'm happy with the current code.  (Part of it is my work. :-)
> It does `test -f $1 && test -x $1' on most platforms.

Would changing it to

        test -f $1 || test -x $1

leave you and others happy?



_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux