From 0f1c25e9ce4b2125a7e1557e0689bd5f591e96da Mon Sep 17 00:00:00 2001 From: kstailey <> Date: Sun, 27 Sep 1998 21:58:09 +0000 Subject: [PATCH] s/MAKEDEV/$this/ --- src/etc/etc.sun3/MAKEDEV | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/etc.sun3/MAKEDEV b/src/etc/etc.sun3/MAKEDEV index 1a143f10..be292dc8 100644 --- a/src/etc/etc.sun3/MAKEDEV +++ b/src/etc/etc.sun3/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.21 1998/09/25 12:42:22 todd Exp $ +# $OpenBSD: MAKEDEV,v 1.22 1998/09/27 21:58:09 kstailey Exp $ # $NetBSD: MAKEDEV,v 1.8 1996/03/03 16:54:17 thorpej Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -252,7 +252,7 @@ xfs*) local) umask 0 - test -s MAKEDEV.local && sh $this.local + test -s $this.local && sh $this.local ;; *) echo $arg: unknown device