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