On Wednesday 26 December 2007 15:47:05 Andreas Schwab wrote:
> Michael Buesch <mb at bu3sch.de> writes:
>
> > + if ! [ -x mkimage ]; then
>
> What is this supposed to test?
from man test:
-x FILE
FILE exists and execute (or search) permission is granted
--
Greetings Michael.