aboutsummaryrefslogtreecommitdiffstats
path: root/lfs.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-02 12:30:09 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-02 12:30:09 -0500
commitd9dda5d2e5ebf96c8f8808d38b2ba9a116f0f0b0 (patch)
treeec45f0cdf1b95ba38d1c8d7f7c429eb60e5bab9d /lfs.sh
parent95902f2386e5d79fdcd688aa27737af896b3ac28 (diff)
parentbc2ffe5e6633538e5e34e1867b3a16c844c8b5fe (diff)
Merge branch 'cleanup' into chapter7
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 eced325..3936281 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