From: Wolfgang Bangerth Date: Mon, 29 Jun 2015 14:17:21 +0000 (-0500) Subject: Improve the error message the script produces if no astyle was found. X-Git-Tag: v8.3.0-rc1~79^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1053%2Fhead;p=dealii.git Improve the error message the script produces if no astyle was found. --- diff --git a/contrib/utilities/indent b/contrib/utilities/indent index 90ef508f65..f1b9150af7 100755 --- a/contrib/utilities/indent +++ b/contrib/utilities/indent @@ -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