don't leave a whitespace at the end of the stripped RCS Id

This commit is contained in:
perry 2005-02-27 05:33:35 +00:00
parent 3d452a5332
commit a0ba57fb99

View File

@ -1,5 +1,5 @@
#! /usr/bin/awk -f
# $NetBSD: devlist2h.awk,v 1.6 2003/12/15 07:32:20 jmc Exp $
# $NetBSD: devlist2h.awk,v 1.7 2005/02/27 05:33:35 perry Exp $
#
# Copyright (c) 1998 The NetBSD Foundation, Inc.
# All rights reserved.
@ -117,6 +117,7 @@ BEGIN {
NR == 1 {
VERSION = $0
gsub("\\$", "", VERSION)
gsub(/ $/, "", VERSION)
printf("/*\t$NetBSD" "$\t*/\n\n") > cfile
printf("/*\n") > cfile