From bc2ffe5e6633538e5e34e1867b3a16c844c8b5fe Mon Sep 17 00:00:00 2001 From: William Harrington Date: Fri, 2 Apr 2021 12:29:28 -0500 Subject: Format FAIL and OK messages with intense color. Reset colors before new line. Try to keep a sane style in the scripts. --- chapter6/cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter6/cleanup.sh') 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 -- cgit v1.2.3-54-g00ecf