From 32378e9f3c5434e9232a5b6eab1317e12f82ef67 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 19 Mar 1996 03:48:53 +0000 Subject: [PATCH] Fix Nate's spamming of this file - every backquote needs a matching one.. :-) --- etc/MAKEDEV | 4 ++-- etc/etc.i386/MAKEDEV | 4 ++-- 2 files changed, 4 insertions(+), 4 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 diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index c17da629329e..f1ae83241b3a 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/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