From 6b6bd9d0b2c33a014f1d33652c6dce5178e9d72e Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Wed, 4 Oct 2017 06:26:36 +0200 Subject: checkstyle: add clang-format dependency, fix bug Change-Id: I608d3b73700d57652b015a9fc09300e99386a37f Signed-off-by: Klement Sekera --- build-root/scripts/checkstyle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-root') diff --git a/build-root/scripts/checkstyle.sh b/build-root/scripts/checkstyle.sh index 6b760b3a440..f4ea79adc6d 100755 --- a/build-root/scripts/checkstyle.sh +++ b/build-root/scripts/checkstyle.sh @@ -39,8 +39,8 @@ indent --version # Check to make sure we have clang-format. Exit if we don't with an error message, but # don't *fail*. -command -v clang-format > /dev/null HAVE_CLANG_FORMAT=0 +command -v clang-format > /dev/null if [ $? != 0 ]; then echo "Could not find command \"clang-format\". Checking C++ files will cause abort" else -- cgit 1.2.3-korg