summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-12-04 11:25:51 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 14:50:01 +0200
commitba0fe4cdc3b2534bcba2f01ec10814e3334836f7 (patch)
tree77a613eb8025e0c5e11687122b0038950da23fde /functions
parent4bd9601c657aeb51bc4d2b4ab32233395ab419f8 (diff)
downloadvyos-live-build-ba0fe4cdc3b2534bcba2f01ec10814e3334836f7.tar.gz
vyos-live-build-ba0fe4cdc3b2534bcba2f01ec10814e3334836f7.zip
Updating wording about regenerating config trees.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index f76703f36..7b33bbd30 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -1185,11 +1185,11 @@ Check_defaults ()
elif [ ${CURRENT_CONFIG_VERSION} -eq 3 ]
then
Echo_error "This config tree is too old for this version of live-build (${VERSION})."
- Echo_error "Aborting build, please repopulate the config tree."
+ Echo_error "Aborting build, please regenerate the config tree."
exit 1
else
Echo_warning "This config tree does not specify a format version or has an unknown version number."
- Echo_warning "Continuing build, but it could lead to errors or different results. Please repopulate the config tree."
+ Echo_warning "Continuing build, but it could lead to errors or different results. Please regenerate the config tree."
fi
fi