From 254dbb379e6afc0f81ef829332c4a25c417b50b5 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 15 Jun 2018 23:49:32 -0500 Subject: [PATCH] reword comment --- contrib/utilities/indent_common.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/contrib/utilities/indent_common.sh b/contrib/utilities/indent_common.sh index 99a8fbbbed..0013523654 100644 --- a/contrib/utilities/indent_common.sh +++ b/contrib/utilities/indent_common.sh @@ -67,13 +67,14 @@ checks() { # export TMPDIR="${TMPDIR:-/tmp}" +export REPORT_ONLY="${REPORT_ONLY:-false}" + # -# Depending on whether REPORT_ONLY is set to true, or false, either report -# an issue or print a status +# If REPORT_ONLY is set to "true", this function reports a formatting issue +# if file "${1}" and tmpfile "${2}" don't match (using the error message +# "${3}"), or, if set to "false" silently replaces file "${1}" with "${2}". # -export REPORT_ONLY="${REPORT_ONLY:-false}" - fix_or_report() { file="${1}" -- 2.39.5