fix bashate target

there was a missing -or which meant we weren't running this on most of
the files in the repository.

Change-Id: If926afc8f12f6beb80d7a9af7c787b3dcc360a89
This commit is contained in:
Sean Dague 2015-04-03 08:52:29 -04:00
parent b0e3733cb3
commit 5e5a29cc8c

View File

@ -20,7 +20,7 @@ commands = bash -c "find {toxinidir} \
-name \*.sh -or \
-name \*rc -or \
-name functions\* -or \
-wholename \*/inc/\* \ # /inc files and
-wholename \*/inc/\* -or \ # /inc files and
-wholename \*/lib/\* \ # /lib files are shell, but
\) \ # have no extension
-print0 | xargs -0 bashate -v"