diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-14 17:19:29 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:35 +0100 |
commit | 4950924195bff535f80f7ea1a6b2aa4dd7196d1a (patch) | |
tree | 44b9cde9ed934349f9c2069d7c864ecd5ec0c063 /helpers/lh_bootstrap_cdebootstrap | |
parent | 991139e0f6a1a4ee48c78ecbc6268fac39d33ad0 (diff) | |
download | vyos-live-build-4950924195bff535f80f7ea1a6b2aa4dd7196d1a.tar.gz vyos-live-build-4950924195bff535f80f7ea1a6b2aa4dd7196d1a.zip |
Remove pointless "echo" statements pre- and post- cdebootstrap
Diffstat (limited to 'helpers/lh_bootstrap_cdebootstrap')
-rwxr-xr-x | helpers/lh_bootstrap_cdebootstrap | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/helpers/lh_bootstrap_cdebootstrap b/helpers/lh_bootstrap_cdebootstrap index 2d04aed65..5d2f22eb2 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 |