diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 14:34:16 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 14:34:16 -0500 |
commit | 7aa6e829ae02e63d9f126581897e906793b38d63 (patch) | |
tree | 067c5960ad67ef0fb8c5d912741391cbc6636a4e | |
parent | 2b4a841c985ab4181ba47d030e18f577bcc3b06b (diff) |
Add new line to beginning of building chapter 7 build printf.
-rw-r--r-- | insidechroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/insidechroot.sh b/insidechroot.sh index b927c29..b44e4ca 100644 --- a/insidechroot.sh +++ b/insidechroot.sh @@ -150,7 +150,7 @@ EOF cd /sources || exit 1 # Chapter 7 - printf "%b" "${IWHT}============ ${IGRN}Building ${IYLW}Chapter 7${IWHT} \ + printf "%b" "\n${IWHT}============ ${IGRN}Building ${IYLW}Chapter 7${IWHT} \ ============${RST}\n" for package in libstdc++ gettext bison perl python texinfo util-linux; do |