summaryrefslogtreecommitdiff
path: root/helpers/lh_bootstrap_cdebootstrap
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-06-14 17:19:29 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:35 +0100
commit4950924195bff535f80f7ea1a6b2aa4dd7196d1a (patch)
tree44b9cde9ed934349f9c2069d7c864ecd5ec0c063 /helpers/lh_bootstrap_cdebootstrap
parent991139e0f6a1a4ee48c78ecbc6268fac39d33ad0 (diff)
downloadlive-build-4950924195bff535f80f7ea1a6b2aa4dd7196d1a.zip
live-build-4950924195bff535f80f7ea1a6b2aa4dd7196d1a.tar.gz
Remove pointless "echo" statements pre- and post- cdebootstrap
Diffstat (limited to 'helpers/lh_bootstrap_cdebootstrap')
-rwxr-xr-xhelpers/lh_bootstrap_cdebootstrap2
1 files changed, 0 insertions, 2 deletions
diff --git a/helpers/lh_bootstrap_cdebootstrap b/helpers/lh_bootstrap_cdebootstrap
index 2d04aed..5d2f22e 100755
--- a/helpers/lh_bootstrap_cdebootstrap
+++ b/helpers/lh_bootstrap_cdebootstrap
@@ -155,9 +155,7 @@ then
fi
# Executing cdebootstrap (regular run)
- [ "$LH_QUIET" = "enabled" ] && echo -n "Running cdebootstrap ... "
${LH_ROOT_COMMAND} cdebootstrap ${CDEBOOTSTRAP_OPTIONS} "${LH_DISTRIBUTION}" chroot "${LH_MIRROR_BOOTSTRAP}"
- [ "$LH_QUIET" = "enabled" ] && echo "done."
if [ -n "${LH_ROOT_COMMAND}" ]
then