Browse Source

s/MAKEDEV/$this/

OPENBSD_2_4
kstailey 26 years ago
parent
commit
0f1c25e9ce
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.sun3/MAKEDEV

+ 2
- 2
src/etc/etc.sun3/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh - #!/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 $ # $NetBSD: MAKEDEV,v 1.8 1996/03/03 16:54:17 thorpej Exp $
# #
# Copyright (c) 1990 The Regents of the University of California. # Copyright (c) 1990 The Regents of the University of California.
@ -252,7 +252,7 @@ xfs*)
local) local)
umask 0 umask 0
test -s MAKEDEV.local && sh $this.local
test -s $this.local && sh $this.local
;; ;;
*) *)
echo $arg: unknown device echo $arg: unknown device


Loading…
Cancel
Save