Fixed typo. pointed out by MINOURA Makoto.

This commit is contained in:
oki 1997-01-18 11:18:05 +00:00
parent 9fd4b64eb7
commit b61dacb453
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.6 1997/01/01 23:46:28 pk Exp $
# $NetBSD: MAKEDEV,v 1.7 1997/01/18 11:18:05 oki Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -295,7 +295,7 @@ ch*|uk*)
;;
tty0*)
unit=${i#???}
unit=${i#tty0}
rm -f tty0${unit}
rm -f tty0${unit}
mknod tty0${unit} c 12 $unit