aboutsummaryrefslogtreecommitdiff
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-03-19 03:48:53 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-03-19 03:48:53 +0000
commit9ab75783da9c455e219cf351609088c870dba885 (patch)
tree516eb1d6d0ce3caefb397501fc6a5513c37fe98e /etc/MAKEDEV
parent14aa2b826c4551338ed51a8723c29520402dd26f (diff)
downloadsrc-9ab75783da9c455e219cf351609088c870dba885.tar.gz
src-9ab75783da9c455e219cf351609088c870dba885.zip
Fix Nate's spamming of this file - every backquote needs a matching one.. :-)
Notes
Notes: svn path=/head/; revision=14688
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index c17da629329e..f1ae83241b3a 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -98,7 +98,7 @@
# isdn* ISDN devices
# labpc* National Instrument's Lab-PC and LAB-PC+
#
-# $Id: MAKEDEV,v 1.113 1996/02/02 19:25:15 pst Exp $
+# $Id: MAKEDEV,v 1.114 1996/03/18 20:28:27 nate Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -964,7 +964,7 @@ apm*)
;;
card*)
- unit=`expr $i : 'card\(.*\)'
+ unit=`expr $i : 'card\(.*\)'`
chr=50
rm -f card$unit
mknod card$unit c $chr $unit