From 5e5a29cc8c83b3f9032de2482987bb9989422b7b Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 3 Apr 2015 08:52:29 -0400 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bc84928d95..279dcd4f66 100644 --- a/tox.ini +++ b/tox.ini @@ -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"