diff options
author | martti <martti> | 2007-10-09 19:19:08 +0000 |
---|---|---|
committer | martti <martti> | 2007-10-09 19:19:08 +0000 |
commit | 1f3e0ab0bcafd67927ec5477c01ae15f8c9c3287 (patch) | |
tree | 488c199f5e0dcd8590ae7d8cb773b5ff2390f025 /mk/bulk | |
parent | bf2c06f11a960194271bfb15b38f2091d506ce04 (diff) | |
download | pkgsrc-1f3e0ab0bcafd67927ec5477c01ae15f8c9c3287.tar.gz |
Remove trailing spaces.
Diffstat (limited to 'mk/bulk')
-rw-r--r-- | mk/bulk/sort-packages | 4 | ||||
-rw-r--r-- | mk/bulk/upload | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mk/bulk/sort-packages b/mk/bulk/sort-packages index 6592d927293..4dbc343de67 100644 --- a/mk/bulk/sort-packages +++ b/mk/bulk/sort-packages @@ -1,5 +1,5 @@ #! /bin/sh -# $NetBSD: sort-packages,v 1.10 2007/08/27 15:38:08 adrianp Exp $ +# $NetBSD: sort-packages,v 1.11 2007/10/09 19:19:13 martti Exp $ # This program scans all binary packages in the current directory and # creates three lists of files in OUTDIR: @@ -71,7 +71,7 @@ for pkg in *${PKG_SUFX}; do _INFO_VER=`${PKG_INFO} -V`; if ${PKG_ADMIN} pmatch 'pkg_install<20070714' pkg_install-${_INFO_VER}; then # XXX: The egrep command is only needed here because - # audit-packages before pkg_install-20070714 is so + # audit-packages before pkg_install-20070714 is so # awfully slow. if egrep "^({.*${pkg_prefix}.*}|${pkg_prefix}|{.*}${pkg_prefix})" ${PKGVULNDIR}/pkg-vulnerabilities >/dev/null 4>&1; then vuln=`${AUDIT_PACKAGES} -p "${pkg}"` diff --git a/mk/bulk/upload b/mk/bulk/upload index 256d51c777e..8fe064ad903 100644 --- a/mk/bulk/upload +++ b/mk/bulk/upload @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: upload,v 1.40 2007/07/25 12:00:21 adrianp Exp $ +# $NetBSD: upload,v 1.41 2007/10/09 19:19:13 martti Exp $ # # Upload non-restricted binary pkgs to ftp server @@ -27,8 +27,8 @@ Usage: $prog [-c|--config <file>] [-n|--no-upload] [-d|--debug] [-v|--verbose] $prog -h|--help $prog -V|--version - -c | --config <file> - Load the following configuration file instead of + -c | --config <file> + Load the following configuration file instead of the default one. -d|--debug Preserves some intermediate files to help @@ -64,8 +64,8 @@ EOF # print out error message and exit 1 die () { - echo "$0: error:" 1>&2 - for i in "$@"; do + echo "$0: error:" 1>&2 + for i in "$@"; do echo " $i" 1>&2 done exit 1 |