From: Fabian Castelli Date: Mon, 14 Feb 2022 17:43:59 +0000 (+0100) Subject: Require correct script X-Git-Tag: v9.4.0-rc1~493^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbe6faa6c435fbb2027d78649b7df65bb76cf650;p=dealii.git Require correct script --- 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 -