diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 16:23:49 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 16:23:49 -0500 |
commit | 47a6efa222ff8e90c19f845c030b128a470f735e (patch) | |
tree | 86500478e36dbae1e4d182ba3694ff68dc96cac3 /chapter6 | |
parent | 841657097abbeef2ab325f9d2989adc578ed1c53 (diff) |
Fix indentation.
Diffstat (limited to 'chapter6')
-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 9a1e3af..3215924 100644 --- a/chapter6/cleanup.sh +++ b/chapter6/cleanup.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -f "${LFS}/sources/chapter6/cleanup" ]; then - echo -e "${IYLW}Chapter 6 ${IGRN}cleanup already performed.${RST}" + echo -e " ${IYLW}Chapter 6 ${IGRN}cleanup already performed.${RST}" else echo -ne "${GRN}Cleaning up ${YLW}${LFS}${RST}... " |