summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-12 21:09:05 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-12 21:09:05 +0000
commit42cb8101b559afb609e9fe39b9bf5c84fc1d58c9 (patch)
tree93faf944918e7ab2e630b991a12e303a02bcfa9f /etc
parent3016fe2430319e88ae08a43ec8b190c7f6a76796 (diff)
Fix typo in ttyB case
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.amiga/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.amiga/MAKEDEV b/etc/etc.amiga/MAKEDEV
index 299bd238660..83e600c0863 100644
--- a/etc/etc.amiga/MAKEDEV
+++ b/etc/etc.amiga/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.14 1996/09/18 22:03:38 deraadt Exp $
+# $OpenBSD: MAKEDEV,v 1.15 1996/10/12 21:09:04 niklas Exp $
# $NetBSD: MAKEDEV,v 1.21 1996/05/19 21:03:49 veego Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@@ -434,7 +434,7 @@ bpf*)
;;
ttyB*)
- unit=`expr $i : '...\(.*\)'`
+ unit=`expr $i : '....\(.*\)'`
rm -f ttyB$unit cuaB$unit
mknod ttyB$unit c 32 $unit
mknod cuaB$unit c 32 `expr $unit + 128`