From bbe6faa6c435fbb2027d78649b7df65bb76cf650 Mon Sep 17 00:00:00 2001 From: Fabian Castelli Date: Mon, 14 Feb 2022 18:43:59 +0100 Subject: [PATCH] Require correct script --- contrib/utilities/indent | 3 +-- contrib/utilities/indent-all | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/contrib/utilities/indent b/contrib/utilities/indent index 90f803493c..a2291e6027 100755 --- a/contrib/utilities/indent +++ b/contrib/utilities/indent @@ -39,7 +39,7 @@ # changes. # -if [ ! -f contrib/utilities/indent_common.sh ]; then +if [ ! -f contrib/utilities/indent ]; then echo "*** This script must be run from the top-level directory of deal.II." exit 1 fi @@ -82,4 +82,3 @@ process_changed "tests include source examples cmake/scripts contrib/python-bind process_changed "tests include source examples cmake/scripts contrib/python-bindings doc" \ ".*\.(cc|h|cu|cuh|html|dox|txt)" ensure_single_trailing_newline - diff --git a/contrib/utilities/indent-all b/contrib/utilities/indent-all index 7e9e2eefaf..7b08ab7be0 100755 --- a/contrib/utilities/indent-all +++ b/contrib/utilities/indent-all @@ -43,7 +43,7 @@ # changes. # -if [ ! -f contrib/utilities/indent_common.sh ]; then +if [ ! -f contrib/utilities/indent-all ]; then echo "*** This script must be run from the top-level directory of deal.II." exit 1 fi @@ -86,4 +86,3 @@ process "tests include source examples cmake/scripts contrib/python-bindings doc process "tests include source examples cmake/scripts contrib/python-bindings doc" \ ".*\.(cc|h|cu|cuh|html|dox|txt)" ensure_single_trailing_newline - -- 2.39.5