]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add check for required indentation script 13380/head
authorFabian Castelli <fabian.castelli@kit.edu>
Mon, 14 Feb 2022 17:44:57 +0000 (18:44 +0100)
committerFabian Castelli <fabian.castelli@kit.edu>
Mon, 14 Feb 2022 17:44:57 +0000 (18:44 +0100)
contrib/utilities/indent
contrib/utilities/indent-all

index a2291e6027917401e9c31917913ba1293d797ff5..bb7d929794b778678ee16412d25da71b2865458e 100755 (executable)
@@ -44,6 +44,11 @@ if [ ! -f contrib/utilities/indent ]; then
   exit 1
 fi
 
+if [ ! -f contrib/utilities/indent_common.sh ]; then
+  echo "*** This script requires contrib/utilities/indent_common.sh."
+  exit 1
+fi
+
 source contrib/utilities/indent_common.sh
 
 #
index 7b08ab7be0ee854fac98a9fd3f9cc6544fdd4d56..da92aecadc42005435ec6a25bf226baffc8443fa 100755 (executable)
@@ -48,6 +48,11 @@ if [ ! -f contrib/utilities/indent-all ]; then
   exit 1
 fi
 
+if [ ! -f contrib/utilities/indent_common.sh ]; then
+  echo "*** This script requires contrib/utilities/indent_common.sh."
+  exit 1
+fi
+
 source contrib/utilities/indent_common.sh
 
 #

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.