diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-02 12:30:09 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-02 12:30:09 -0500 |
commit | d9dda5d2e5ebf96c8f8808d38b2ba9a116f0f0b0 (patch) | |
tree | ec45f0cdf1b95ba38d1c8d7f7c429eb60e5bab9d /chapter6/cleanup.sh | |
parent | 95902f2386e5d79fdcd688aa27737af896b3ac28 (diff) | |
parent | bc2ffe5e6633538e5e34e1867b3a16c844c8b5fe (diff) |
Merge branch 'cleanup' into chapter7
Diffstat (limited to 'chapter6/cleanup.sh')
-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 dc8a75a..9bd8fee 100644 --- a/chapter6/cleanup.sh +++ b/chapter6/cleanup.sh @@ -18,6 +18,6 @@ else strip --strip-unneeded "${LFS}"/usr/sbin/* >/dev/null 2>&1 strip --strip-unneeded "${LFS}"/tools/bin/* >/dev/null 2>&1 - echo -e "${GRN}OK${RST}" + echo -e "${IGRN}OK${RST}\n" touch "${LFS}"/sources/chapter6/cleanup >/dev/null 2>&1 fi |