summaryrefslogtreecommitdiff
path: root/init.d/termencoding.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/termencoding.in')
-rw-r--r--init.d/termencoding.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/termencoding.in b/init.d/termencoding.in
index bdae836..4340b55 100644
--- a/init.d/termencoding.in
+++ b/init.d/termencoding.in
@@ -25,7 +25,7 @@ start()
termmsg="UTF-8"
fi
- ebegin "Setting terminal encoding to ${termmsg}"
+ ebegin "Setting terminal encoding [${termmsg}]"
n=1
while [ ${n} -le "${ttyn}" ]; do
printf "\033%s" "${termencoding}" >"${ttydev}${n}"