Re: [PATCH 1/2] maint: fix ioctls_sym.sh premature termination

2017-06-29 Thread Dmitry V. Levin
On Wed, Jun 28, 2017 at 08:39:54PM +0300, Gleb Fotengauer-Malinovskiy wrote: > When the list of headers do not fit into the command line, xargs splits > it into several lists and then passes them to grep. If no headers from > a list match the grep pattern, grep exits with a non-zero code that caus

[PATCH 1/2] maint: fix ioctls_sym.sh premature termination

2017-06-28 Thread Gleb Fotengauer-Malinovskiy
When the list of headers do not fit into the command line, xargs splits it into several lists and then passes them to grep. If no headers from a list match the grep pattern, grep exits with a non-zero code that causes xargs to exit with a non-zero code, too. * maint/ioctls_sym.sh: Use find's -exe