From e47cc8cc643fdf64144db1a600afcaf7e9048517 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 7 Sep 2023 17:55:03 -0600 Subject: [PATCH] Augment error message for clang-format. --- contrib/utilities/indent_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/utilities/indent_common.sh b/contrib/utilities/indent_common.sh index 6c3055e148..17badd4826 100644 --- a/contrib/utilities/indent_common.sh +++ b/contrib/utilities/indent_common.sh @@ -43,7 +43,7 @@ checks() { export PATH="${CLANG_FORMAT_PATH}:${PATH}" if ! [ -x "$(command -v "${DEAL_II_CLANG_FORMAT}")" ]; then - echo "*** No clang-format program found." + echo "*** No clang-format program found, or found with the wrong version." echo "***" echo "*** You can run the './contrib/utilities/download_clang_format'" echo "*** script, or the './contrib/utilities/compile_clang_format' script " -- 2.39.5