From 7aa6e829ae02e63d9f126581897e906793b38d63 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 1 Apr 2021 14:34:16 -0500 Subject: Add new line to beginning of building chapter 7 build printf. --- insidechroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf