diff options
author | martti <martti@pkgsrc.org> | 2007-05-28 11:07:00 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-05-28 11:07:00 +0000 |
commit | 5867247b54a273a42e6589b144f542b1d50567a4 (patch) | |
tree | 1238e8bb3b183c0973f470f6f2a586683564a84b /mk/scripts/mkreadme | |
parent | 207479e89ea188c78cd1af3b6b3c690455db4b74 (diff) | |
download | pkgsrc-5867247b54a273a42e6589b144f542b1d50567a4.tar.gz |
Remove trailing spaces.
Diffstat (limited to 'mk/scripts/mkreadme')
-rwxr-xr-x | mk/scripts/mkreadme | 4 |
1 files changed, 2 insertions, 2 deletions
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 |