From bcaf99655cadc905da5d457f19954530d49fde55 Mon Sep 17 00:00:00 2001 From: perry Date: Sat, 26 Feb 2005 23:55:49 +0000 Subject: [PATCH] remove trailing whitespace after the "created from: NetBSD..." line. --- sys/compat/mach/makemachservices.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/compat/mach/makemachservices.sh b/sys/compat/mach/makemachservices.sh index faa0c6aca927..3c9cf6d56da4 100755 --- a/sys/compat/mach/makemachservices.sh +++ b/sys/compat/mach/makemachservices.sh @@ -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 \\n__KERNEL_RCSID(0, " \ "\"\$NetBSD\$\");\n\n") > table;