util/lint/check-style: Don't hardcode clang-format path

Signed-off-by: Alex James <theracermaster@gmail.com>
Change-Id: I688cb60c98370bf74aa8554bab43594ff84c4e24
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32707
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Alex James 2019-05-09 10:40:46 -05:00 committed by Patrick Georgi
parent 8b7a161452
commit 7aeeb48390
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
##################################################################
# SETTINGS
# set path to clang-format binary
CLANG_FORMAT="/usr/bin/clang-format"
CLANG_FORMAT="$(command -v clang-format)"
# remove any older patches from previous commits. Set to true or false.
# DELETE_OLD_PATCHES=false