diff options
Diffstat (limited to 'helpers/config')
-rwxr-xr-x | helpers/config | 1 |
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 |