larsxschnei...@gmail.com writes:

> +             if test_have_prereq CYGWIN; then
> +                     : # NOOP
> +             elif test_have_prereq DARWIN; then
> +                     stat -f %Sp text | egrep ^-r-- &&
> +                     stat -f %Sp text+x | egrep ^-r-x
> +             else
>                       stat --format=%A text | egrep ^-r-- &&
>                       stat --format=%A text+x | egrep ^-r-x
>               fi

Not a new problem but why do we need "stat" here?

Shouldn't "test -r", "! test -x", and their usual friends be
sufficient for the purpose of the test and are more portable?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to