From 19b324f5f2719eb6dda93d43795156aabb744af2 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 23 Sep 2014 21:30:17 +0200 Subject: [PATCH] Better build errors --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5318f07..f7b3cea 100755 --- a/build.sh +++ b/build.sh @@ -55,7 +55,7 @@ command__install_style() { command__style() { flake8 vdirsyncer tests - ! git grep -il syncroniz $(ls | grep -v 'build.sh') + ! git grep -i syncroniz $(ls | grep -v 'build.sh') } command__install_docs() {