From 726acc787d59755296a4ad5d7a29edc39590baf1 Mon Sep 17 00:00:00 2001 From: "Crist J. Clark" Date: Thu, 27 Dec 2001 22:41:35 +0000 Subject: Fix some leftover stray characters from expr(1)-to-$(()) sweeps. PR: bin/33158 Submitted by: Adrian Filipi-Martin MFC after: 1 day --- etc/MAKEDEV | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 3620bcfcfb6f..e69c56914f13 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -1513,8 +1513,8 @@ ttyx?|ttyy?|ttyz?) *c) unit=12;; *d) unit=13;; *e) unit=14;; *f) unit=15;; esac case $i in - ttyy?) unit=$(($unit \+ 16));; - ttyz?) unit=$(($unit \+ 32));; + ttyy?) unit=$(($unit + 16));; + ttyz?) unit=$(($unit + 32));; esac mknod $i c 42 $unit ;; -- cgit v1.2.3