Merge "fix bashate target"

This commit is contained in:
Jenkins 2015-04-03 16:49:04 +00:00 committed by Gerrit Code Review
commit 7061dd5204
1 changed files with 1 additions and 1 deletions

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"