From 0d04ff23ea2e08ff9ec4a192e3f56f7e7e29c5e6 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Fri, 2 Apr 2021 22:58:30 -0500 Subject: Add new line after cleanup already performed message. --- chapter6/cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter6') diff --git a/chapter6/cleanup.sh b/chapter6/cleanup.sh index 1a82633..2db4067 100644 --- a/chapter6/cleanup.sh +++ b/chapter6/cleanup.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -f "${LFS}/sources/chapter6/cleanup" ]; then - printf "%b" " ${IGRN}Cleanup already performed${RST}" + printf "%b" " ${IGRN}Cleanup already performed${RST}\n" else printf "%b" "${GRN}Cleaning up ${YLW}${LFS}${RST}... " -- cgit v1.2.3-54-g00ecf