Skip to content

Commit e0c5cad

Browse files
author
MB
committed
[makexpi] Run $VALIDATE in bg
But only until continuing to do so would alter visible stdout, just for simplicity's (and ease's) sake.
1 parent d4c399b commit e0c5cad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

makexpi.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ if [ "$1" != "--fast" ] ; then
9090
echo >&2
9191
else
9292
die "Validation of rulesets failed."
93-
fi
93+
fi &
9494

9595
# Check for xmllint.
9696
type xmllint >/dev/null || die "xmllint not available"
@@ -108,6 +108,7 @@ if [ "$1" != "--fast" ] ; then
108108
}
109109
if validate_grammar 2>/dev/null
110110
then
111+
wait;
111112
echo Validation of rulesets against $GRAMMAR succeeded. >&2
112113
else
113114
validate_grammar 2>&1 | grep -v validates

0 commit comments

Comments
 (0)