another fix for a bug introduced in 0.43 (paexec_reorder)

This commit is contained in:
Aleksey Cheusov 2010-10-11 14:10:08 +00:00 committed by Thomas Klausner
parent 999f4b541c
commit cd2db8db80
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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