summaryrefslogtreecommitdiff
path: root/helpers/clean
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-04-18 14:40:09 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:06 +0100
commitd1612f05af3e2ddeaaecf1271d30e8cd7a28d348 (patch)
treef558eb62e6363c6ead209a2703a5baeb704c1715 /helpers/clean
parent4aebed603317cf6012c92eb542ab9fa26b8fc3cc (diff)
downloadlive-build-d1612f05af3e2ddeaaecf1271d30e8cd7a28d348.zip
live-build-d1612f05af3e2ddeaaecf1271d30e8cd7a28d348.tar.gz
Printing message when auto scripts are used to make debug logs more understandable.
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