Add parentheses.

This commit is contained in:
christos 2006-03-25 17:19:02 +00:00
parent 3e96ddc120
commit 6aba0a176a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: MAKEDEV.tmpl,v 1.50 2006/02/15 21:59:08 dsl Exp $
# $NetBSD: MAKEDEV.tmpl,v 1.51 2006/03/25 17:19:02 christos Exp $
#
# Copyright (c) 2003 The NetBSD Foundation, Inc.
# All rights reserved.
@ -853,7 +853,7 @@ pty*)
warn "$i: pty unit conflicts with console ttyv0 device"
continue
fi
s2=$(($start % $nt - $s1 * $mult))
s2=$(($start % ($nt - $s1 * $mult)))
set -- $d2
shift $s2
t2=$1