another fix for a bug introduced in 0.43 (paexec_reorder)
This commit is contained in:
parent
999f4b541c
commit
cd2db8db80
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.36 2010/10/11 14:01:00 cheusov Exp $
|
||||
# $NetBSD: Makefile,v 1.37 2010/10/11 14:10:08 cheusov Exp $
|
||||
|
||||
DISTNAME= pkg_summary-utils-${VERSION}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= pkgtools
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
|
|
@ -413,7 +413,8 @@ if test "$PSS_SLAVES"; then
|
|||
-n "$PSS_SLAVES" \
|
||||
-t "$PSS_TRANSPORT" \
|
||||
-c "env $environ $0 -s $with_xxx -f '$qfields'" '|' \
|
||||
paexec_reorder -S > "$partial_summary_fn"
|
||||
paexec_reorder -S '|' \
|
||||
sed -e '/^success$/ d' -e '/^failure$/ d' > "$partial_summary_fn"
|
||||
elif test "$slave"; then
|
||||
process_one_by_one
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue