summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1998-09-27 21:58:10 +0000
committerkstailey <kstailey@cvs.openbsd.org>1998-09-27 21:58:10 +0000
commit23ab94a120aa0673dc63cb6b7139eddf6e606ec9 (patch)
tree74f9c734ae23f355a3126558840766dd42d58701 /etc
parente9008ea2a9e4d50346f9272f4bdf39f6a762458d (diff)
s/MAKEDEV/$this/
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.sun3/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.sun3/MAKEDEV b/etc/etc.sun3/MAKEDEV
index 1a143f10ee3..be292dc8324 100644
--- a/etc/etc.sun3/MAKEDEV
+++ b/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