Make our messages similar

This commit is contained in:
Roy Marples
2008-03-27 14:03:37 +00:00
parent d09f9f47eb
commit f85c6ca84c
3 changed files with 4 additions and 4 deletions

View File

@ -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}"