summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 3620bcf..e69c569 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
;;
OpenPOWER on IntegriCloud