strace/maint
Gleb Fotengauer-Malinovskiy 16f1b5ca72 maint: fix ioctls_sym.sh premature termination
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 status that
causes xargs to exit with a non-zero status, too.

* maint/ioctls_sym.sh: Use "find -exec +" instead of xargs,
ignore its exit status.
2017-06-29 09:17:18 +00:00
..
errnoent.sh Add copyright headers 2017-05-22 17:33:51 +00:00
ioctls_gen.sh Add copyright headers 2017-05-22 17:33:51 +00:00
ioctls_hex.sh maint: avoid effects of locale when sorting files 2015-05-19 18:00:07 +00:00
ioctls_sym.sh maint: fix ioctls_sym.sh premature termination 2017-06-29 09:17:18 +00:00
print_ioctlent.c ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
signalent.sh Add copyright headers 2017-05-22 17:33:51 +00:00
syscallent.sh Add copyright headers 2017-05-22 17:33:51 +00:00
update_copyright_years.awk Add scripts for automating copyright notices update 2017-05-22 19:30:30 +02:00
update_copyright_years.sh Add scripts for automating copyright notices update 2017-05-22 19:30:30 +02:00