Add parentheses.

This commit is contained in:
christos 2006-03-25 17:19:02 +00:00
parent 3e96ddc120
commit 6aba0a176a

View File

@ -1,5 +1,5 @@
#!/bin/sh - #!/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. # Copyright (c) 2003 The NetBSD Foundation, Inc.
# All rights reserved. # All rights reserved.
@ -853,7 +853,7 @@ pty*)
warn "$i: pty unit conflicts with console ttyv0 device" warn "$i: pty unit conflicts with console ttyv0 device"
continue continue
fi fi
s2=$(($start % $nt - $s1 * $mult)) s2=$(($start % ($nt - $s1 * $mult)))
set -- $d2 set -- $d2
shift $s2 shift $s2
t2=$1 t2=$1