update-all-config.pl: run find directly
commit931aebbebbc2d580444002b81cde4d454a8562cd
authorKyle J. McKay <mackyle@gmail.com>
Wed, 29 Nov 2017 21:10:39 +0000 (29 13:10 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 29 Nov 2017 21:10:39 +0000 (29 13:10 -0800)
tree02415dbb78dda931f6a15fe61362ba00b35bb2fa
parentb93536e4b1cbb6ee6261cbddbe3f8f2e4348bd7e
update-all-config.pl: run find directly

Now that a chdir has already been performed once at the beginning
of processing each project, there's no reason find cannot be run
directly thereby avoiding an extra shell process and any possibility
of ambiguous arguments or quoting issues.

The support for '2>/dev/null' has to be provided to do this
but that's not particularly difficult to do.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
toolbox/update-all-config.pl