diff --git a/base/setup/files/custom.sh b/base/setup/files/custom.sh index d56f37717..37a727310 100644 --- a/base/setup/files/custom.sh +++ b/base/setup/files/custom.sh @@ -1 +1 @@ -export TMOUT=900 \ No newline at end of file +export TMOUT=900 diff --git a/tox.ini b/tox.ini index 147d74531..d6a6977be 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ commands = -not -name \*~ \ -not -name \*.md \ -name \*.sh \ - -print0 | xargs -0 bashate -v \ + -print0 | xargs -n 1 -0 bashate -v \ -i E006,E041,E042,E043,E044 -e E*" bash -c "find {toxinidir} \ \( -path {toxinidir}/.tox \) -a -prune \