aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/cleanup.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-02 22:59:16 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-02 22:59:16 -0500
commit8f7ca43ec6c21d389e4e8769e02433e991d5ddea (patch)
tree7ee8bef8e3bdb4c12775c686a6fd3bb49070b5bd /chapter6/cleanup.sh
parentae1c128bc8a0499702b104c082aa3b3db24e2b56 (diff)
parent52eb2155eac25cea05e4ec16e584a6344503bbd4 (diff)
Merge branch 'cleanup' into chapter7
Diffstat (limited to 'chapter6/cleanup.sh')
-rw-r--r--chapter6/cleanup.sh2
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}... "