commit 47a4f503b06a4e7d76c735473036137f7306c371 parent d0ec7af010e3363fc6c7f8802d7ad1783c109c4a Author: parazyd <parazyd@dyne.org> Date: Mon, 10 Oct 2016 21:07:22 +0200 TEEVERBOSE doesn't like whitespace Diffstat:
M | zlibs/bootstrap | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/zlibs/bootstrap b/zlibs/bootstrap @@ -48,10 +48,10 @@ bootstrap_complete_base() { ## write all system configuration notice "writing system configuration" - conf_print_debconf | sudo tee $strapdir/debconf.set ${TEEVERBOSE} - conf_print_fstab | sudo tee $strapdir/etc/fstab ${TEEVERBOSE} + conf_print_debconf | sudo tee $strapdir/debconf.set ${TEEVERBOSE} + conf_print_fstab | sudo tee $strapdir/etc/fstab ${TEEVERBOSE} conf_print_hostname | sudo tee $strapdir/etc/hostname ${TEEVERBOSE} - conf_print_hosts | sudo tee $strapdir/etc/hosts ${TEEVERBOSE} + conf_print_hosts | sudo tee $strapdir/etc/hosts ${TEEVERBOSE} conf_print_networkifaces | sudo tee $strapdir/etc/network/interfaces ${TEEVERBOSE} conf_print_resolvconf | sudo tee $strapdir/etc/resolv.conf ${TEEVERBOSE} conf_print_sourceslist | sudo tee $strapdir/etc/apt/sources.list ${TEEVERBOSE} @@ -65,7 +65,7 @@ bootstrap_complete_base() { ## write third-stage for chroot bootstrap_config_thirdstage | sudo tee $strapdir/thirdstage ${TEEVERBOSE} - bootstrap_config_cleanup | sudo tee $strapdir/cleanup ${TEEVERBOSE} + bootstrap_config_cleanup | sudo tee $strapdir/cleanup ${TEEVERBOSE} sudo chmod +x $strapdir/thirdstage sudo chmod +x $strapdir/cleanup