diff options
Diffstat (limited to 'helpers/clean')
-rwxr-xr-x | helpers/clean | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/clean b/helpers/clean index 2b5dac6..77fa1ab 100755 --- a/helpers/clean +++ b/helpers/clean @@ -12,6 +12,7 @@ set -e # Read meta config if [ "${1}" != "noauto" ] && [ -x auto/clean ] then + Echo_message "Executing auto/clean script." ./auto/clean ${@} fi |