summaryrefslogtreecommitdiff
path: root/helpers/config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-04-18 14:40:09 +0200
committerDaniel Baumann <daniel@debian.org>2010-04-18 14:40:09 +0200
commit3afd7393fdf52201a1a0b73c5cec95fd7e3ac7d2 (patch)
treef558eb62e6363c6ead209a2703a5baeb704c1715 /helpers/config
parent727165a5e8c200cfb12e326fa1aa373812809cb8 (diff)
downloadvyos-live-build-3afd7393fdf52201a1a0b73c5cec95fd7e3ac7d2.tar.gz
vyos-live-build-3afd7393fdf52201a1a0b73c5cec95fd7e3ac7d2.zip
Printing message when auto scripts are used to make debug logs more understandable.
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 2a37dbe00..e2eff0844 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