From 44c54f94d661da66fc5301b26c92e84c1690acbe Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 16 Jul 2017 12:47:24 -0700 Subject: Debug format-check. --- etc/format-check.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/format-check.sh b/etc/format-check.sh index 02752c21..0438d8de 100755 --- a/etc/format-check.sh +++ b/etc/format-check.sh @@ -43,10 +43,11 @@ if [ "${maj}" -lt 3 ]; then echo "clang-format is too old. Skipping checks." exit 0 fi -if [ "${maj}" -eq 3 -a "${min}" -lt 5 ]; then +if [ "${maj}" -eq 3 -a "${min}" -lt 6 ]; then echo "clang-format is too old. Skipping checks." exit 0 fi +echo "clang-format looks like ${maj} . ${min}" mytmpdir=`mktemp -d` -- cgit v1.2.3-70-g09d2