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:
parent
8b7a161452
commit
7aeeb48390
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue