Remove the remains of an old comment that doesn't apply any more.

This commit is contained in:
simonb 2004-09-14 15:19:35 +00:00
parent 9aad4ec1d6
commit 553aeff41f

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $NetBSD: osrelease.sh,v 1.107 2003/10/04 06:59:56 jdolecek Exp $ # $NetBSD: osrelease.sh,v 1.108 2004/09/14 15:19:35 simonb Exp $
# #
# Copyright (c) 1997 The NetBSD Foundation, Inc. # Copyright (c) 1997 The NetBSD Foundation, Inc.
# All rights reserved. # All rights reserved.
@ -37,7 +37,6 @@
# POSSIBILITY OF SUCH DAMAGE. # POSSIBILITY OF SUCH DAMAGE.
# #
# Release number to use.
# We use the number specified in <sys/param.h> # We use the number specified in <sys/param.h>
AWK=${AWK:-awk} AWK=${AWK:-awk}