summaryrefslogtreecommitdiff
path: root/helpers/config
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/config')
-rwxr-xr-xhelpers/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/config b/helpers/config
index 2a37dbe..e2eff08 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