aboutsummaryrefslogtreecommitdiffstats
path: root/lfs.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-02 12:29:28 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-02 12:29:28 -0500
commitbc2ffe5e6633538e5e34e1867b3a16c844c8b5fe (patch)
tree140283dfc8e8517dc209893c8939e1982ae8e18e /lfs.sh
parente2547734fd91c35bf3eaac1d9486b0f3c2877192 (diff)
Format FAIL and OK messages with intense color. Reset colors before new line. Try to keep a sane style in the scripts.
Diffstat (limited to 'lfs.sh')
-rwxr-xr-xlfs.sh2
1 files changed, 1 insertions, 1 deletions
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