diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-02 22:58:30 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-02 22:58:30 -0500 |
commit | 0d04ff23ea2e08ff9ec4a192e3f56f7e7e29c5e6 (patch) | |
tree | 55cf4e0263a0e2b5baa1eccbc334d5ece12f5463 | |
parent | 47b9901c403c85f3e4771babcb9f7380917d835b (diff) |
Add new line after cleanup already performed message.
-rw-r--r-- | chapter6/cleanup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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}... " |