aboutsummaryrefslogtreecommitdiffstats
path: root/insidechroot.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-23 14:04:35 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-23 14:04:35 -0500
commita9998650875c122d505c3046b23dc5f8590857f7 (patch)
tree68a96d364fbc8a28166d2b61a34ef424650d44d9 /insidechroot.sh
parentddc24ed59f6ad9f0e36258ece20bd3e04e88e5e0 (diff)
Use printf instead of echo.
Diffstat (limited to 'insidechroot.sh')
-rw-r--r--insidechroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/insidechroot.sh b/insidechroot.sh
index 3c262e9..0364198 100644
--- a/insidechroot.sh
+++ b/insidechroot.sh
@@ -2,4 +2,4 @@
source /sources/colors.sh
-echo -e "${GRN}Successfully entered ${RED}CHROOT${RST}!"
+printf "%b" "${GRN}Successfully entered ${RED}CHROOT${RST}!"