Fix typo.
This commit is contained in:
parent
2f7d54398d
commit
db20aa3e21
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: src2nbcompat,v 1.2 2003/10/12 01:19:08 grant Exp $
|
||||
# $NetBSD: src2nbcompat,v 1.3 2003/10/12 08:58:04 jlam Exp $
|
||||
#
|
||||
# Copyright (c) 2003 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -75,7 +75,7 @@ for f in $files; do
|
|||
newf=`echo $f | sed 's,^\./,,'`
|
||||
case $newf in
|
||||
*CVS/*)
|
||||
# Skip copying over any CVS informatin.
|
||||
# Skip copying over any CVS information.
|
||||
;;
|
||||
*Makefile|*Makefile.inc)
|
||||
# Skip copying over the Makefiles since we'll be using
|
||||
|
|
Loading…
Reference in a new issue