summaryrefslogtreecommitdiff
path: root/mk/scripts
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2007-05-28 11:07:00 +0000
committermartti <martti@pkgsrc.org>2007-05-28 11:07:00 +0000
commit5867247b54a273a42e6589b144f542b1d50567a4 (patch)
tree1238e8bb3b183c0973f470f6f2a586683564a84b /mk/scripts
parent207479e89ea188c78cd1af3b6b3c690455db4b74 (diff)
downloadpkgsrc-5867247b54a273a42e6589b144f542b1d50567a4.tar.gz
Remove trailing spaces.
Diffstat (limited to 'mk/scripts')
-rwxr-xr-xmk/scripts/genreadme.awk6
-rwxr-xr-xmk/scripts/mkreadme4
2 files changed, 5 insertions, 5 deletions
diff --git a/mk/scripts/genreadme.awk b/mk/scripts/genreadme.awk
index 2ef3ebcea2c..5fdf718bfd8 100755
--- a/mk/scripts/genreadme.awk
+++ b/mk/scripts/genreadme.awk
@@ -1,5 +1,5 @@
#!/usr/bin/awk -f
-# $NetBSD: genreadme.awk,v 1.26 2007/02/18 00:08:36 adrianp Exp $
+# $NetBSD: genreadme.awk,v 1.27 2007/05/28 11:07:00 martti Exp $
#
# Copyright (c) 2002, 2003, 2005, 2006 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -278,8 +278,8 @@ END {
if ( $0 ~ /^-----BEGIN PGP SIGNATURE-----.*/ ) {
break;
}
- if ( ( $0 !~ /^\#/ ) &&
- ( $0 !~ /^Hash:.*/ ) &&
+ if ( ( $0 !~ /^\#/ ) &&
+ ( $0 !~ /^Hash:.*/ ) &&
( $0 !~ /^-----BEGIN PGP SIGNED.*/ ) &&
( $0 != "" ) ) {
vulpkg[i] = $1;
diff --git a/mk/scripts/mkreadme b/mk/scripts/mkreadme
index 0f838dbe307..5ee162b6e0d 100755
--- a/mk/scripts/mkreadme
+++ b/mk/scripts/mkreadme
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: mkreadme,v 1.15 2007/02/18 00:08:36 adrianp Exp $
+# $NetBSD: mkreadme,v 1.16 2007/05/28 11:07:00 martti Exp $
#
# Script for README.html generation
#
@@ -302,7 +302,7 @@ else
exit 1
fi
-# this needs to happen here as DISTDIR has not been populated until this
+# this needs to happen here as DISTDIR has not been populated until this
# stage (see above)
if [ "x$pv" = "xdefault" ]; then
PVDIR=$DISTDIR