remove trailing whitespace after the "created from: NetBSD..." line.

This commit is contained in:
perry 2005-02-26 23:55:49 +00:00
parent ed10d3c508
commit bcaf99655c

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: makemachservices.sh,v 1.5 2003/11/30 00:09:59 manu Exp $
# $NetBSD: makemachservices.sh,v 1.6 2005/02/26 23:55:49 perry Exp $
#
# Copyright (c) 2003 The NetBSD Foundation, Inc.
# All rights reserved.
@ -72,6 +72,7 @@ BEGIN{
(NR == 1) {
gsub(/^[^\$]*\$/, "", $0);
gsub(/\$.*$/, "", $0);
sub(/ $/, "");
printf(" * created from %s\n */\n\n", $0) > table;
printf("#include \<sys/cdefs.h\>\n__KERNEL_RCSID(0, " \
"\"\$NetBSD\$\");\n\n") > table;