diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-14 17:19:29 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-14 17:19:29 +0100 |
commit | 9690d108b206c6a7f1f86600a2c8c51839706dff (patch) | |
tree | 44b9cde9ed934349f9c2069d7c864ecd5ec0c063 | |
parent | cfd2990dc3b0fd36ae066577d4464772b7a9a5c6 (diff) | |
download | vyos-live-build-9690d108b206c6a7f1f86600a2c8c51839706dff.tar.gz vyos-live-build-9690d108b206c6a7f1f86600a2c8c51839706dff.zip |
Remove pointless "echo" statements pre- and post- cdebootstrap
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
-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 |