Fix build

This commit is contained in:
Markus Unterwaditzer 2014-05-31 21:38:14 +02:00
parent 4a4757315b
commit 2f299504ce

View file

@ -42,7 +42,7 @@ install_build_style() {
run_build_style() {
flake8 vdirsyncer tests
! git grep -i syncroniz
! git grep -il syncroniz $(ls | grep -v 'build.sh')
}
install_build_docs() {