summaryrefslogtreecommitdiff
path: root/helpers/clean
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/clean')
-rwxr-xr-xhelpers/clean1
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