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. --- lfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lfs.sh') diff --git a/lfs.sh b/lfs.sh index e5aba2d..5a273c1 100755 --- a/lfs.sh +++ b/lfs.sh @@ -96,7 +96,7 @@ ${GRN}target directory... ${RST}" if ! cp -rf ./*.sh chapter* ./*.csv "${LFS}/sources"; then printf "%b" "${IRED}FAILED!${RST}\n" else - printf "%b" "${GRN}OK${RST}\n" + printf "%b" "${IGRN}OK${RST}\n" fi cd "${LFS}/sources" || exit 1 -- cgit v1.2.3-54-g00ecf