update-all-*.sh: use \! instead of -not for POSIX compliance
commit3a7b7698d1d6baab360f3f63c7a543ac1830631f
authorKyle J. McKay <mackyle@gmail.com>
Tue, 26 Apr 2016 04:00:53 +0000 (25 21:00 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 26 Apr 2016 04:00:53 +0000 (25 21:00 -0700)
tree96a462526f1ee4e04dfce8cffec4cc4597518c84
parentfb4f03cd3f7e5d53743e45489921e1de44aaa43d
update-all-*.sh: use \! instead of -not for POSIX compliance

The POSIX standard does not recognize a -not operator for the
find command, only a \! operator.  Therefore switch -not to \!
everywhere -not was being used.

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