Re: [PATCH 1/1] test/basic: replaced find -perm +111 with portable alternative

Subject: Re: [PATCH 1/1] test/basic: replaced find -perm +111 with portable alternative

Date: Mon, 24 Jun 2013 23:07:19 -0700

To: Tomi Ollila, notmuch@notmuchmail.org

Cc: tomi.ollila@iki.fi

From: David Bremner


Tomi Ollila <tomi.ollila@iki.fi> writes:

> The find option syntax `-perm +111` is deprecated gnu find feature.
> The replacement `( -perm -100 -o -perm -10 -o -perm 1 )` should also
> work outside of the GNU domain.

pushed, 

d

Thread: