misc BSD fixes

This commit is contained in:
Roy Marples
2007-11-21 15:46:56 +00:00
parent 872a31b215
commit 41c00eda37
4 changed files with 31 additions and 12 deletions

View File

@@ -67,7 +67,7 @@ start() {
local ttyv=
for ttyv in /dev/ttyv*; do
vidcontrol < "${ttyv}" ${MOUSE_CHAR_START} -m on
: $((${retval} += $?))
: $((retval+= $?))
done
eend ${retval} "Failed to start moused"