From 6c921738e68b7729f7e58d7e74e01bef6012d8e9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 29 Jun 2015 09:17:21 -0500 Subject: [PATCH] Improve the error message the script produces if no astyle was found. --- contrib/utilities/indent | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5