From fa487474d2e4a4c9bae706ee5ddbd07473a97280 Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Thu, 5 Nov 2015 18:24:16 +0100 Subject: [PATCH] build: s/\t/ / --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f176702457..f9b65ee4dd 100755 --- a/build.sh +++ b/build.sh @@ -74,7 +74,7 @@ for ARG in "$@"; do echo echo "** Quality & Assurance (Please install the external tool) **" echo "--asan : Enable Address sanitizer" - echo "--cppcheck : Do a cppcheck analysis. Results can be found in build directory" + echo "--cppcheck : Do a cppcheck analysis. Results can be found in build directory" echo "--coverity : Do a build for coverity" exit 1