From d1612f05af3e2ddeaaecf1271d30e8cd7a28d348 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 18 Apr 2010 14:40:09 +0200 Subject: Printing message when auto scripts are used to make debug logs more understandable. --- helpers/config | 1 + 1 file changed, 1 insertion(+) (limited to 'helpers/config') diff --git a/helpers/config b/helpers/config index 2a37dbe00..e2eff0844 100755 --- a/helpers/config +++ b/helpers/config @@ -12,6 +12,7 @@ set -e # Read meta config if [ "${1}" != "noauto" ] && [ -x auto/config ] then + Echo_message "Executing auto/config script." ./auto/config ${@} fi -- cgit v1.2.3