aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/cleanup.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-02 13:32:33 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-02 13:32:33 -0500
commit89ca137a22258537e9fd7e973a037fd0c50749bc (patch)
tree34fdb3cc96892b5d16aed72346edc2de4ded0180 /chapter6/cleanup.sh
parenteb35696e9b37f041ee4ddc606910abc5218fc9b4 (diff)
parent89b1f1e2805a93e4c334dd4c8551d82075489e2b (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 9bd8fee..29b133f 100644
--- a/chapter6/cleanup.sh
+++ b/chapter6/cleanup.sh
@@ -1,7 +1,7 @@
#!/bin/bash
if [ -f "${LFS}/sources/chapter6/cleanup" ]; then
- echo -e " ${IGRN}Cleanup already performed.${RST}"
+ echo -e " ${IGRN}Cleanup already performed${RST}"
else
echo -ne "${GRN}Cleaning up ${YLW}${LFS}${RST}... "