]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Improve the error message the script produces if no astyle was found. 1053/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 29 Jun 2015 14:17:21 +0000 (09:17 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 29 Jun 2015 14:17:21 +0000 (09:17 -0500)
contrib/utilities/indent

index 90ef508f653362abeff082cf3ac69ca78e79272f..f1b9150af7060f105b300ebc288d7c8b189df10c 100755 (executable)
@@ -26,6 +26,10 @@ fi
 
 if test -z "`which astyle`" ; then
   echo "*** No astyle program found."
+  echo "***"
+  echo "*** You can download astyle from http://astyle.sourceforge.net/"
+  echo "*** Note that you will need exactly version 2.04 (no newer or"
+  echo "*** older version will yield the correct indentation)."
   exit
 fi
 

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.