Use start_command() to run content filters instead of explicit fork/exec.
commitdc1bfdcd1a8af81885f1831c5e6dcfe5cf61372e
authorJohannes Sixt <johannes.sixt@telecom.at>
Fri, 19 Oct 2007 19:47:55 +0000 (19 21:47 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Oct 2007 05:30:39 +0000 (21 01:30 -0400)
treefda739a443a6852e5465b7b53e75727cf2f07cb6
parentf364cb88238bbb468b0e076c53a055bcb8603b60
Use start_command() to run content filters instead of explicit fork/exec.

The previous code already used finish_command() to wait for the process
to terminate, but did not use start_command() to run it.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
convert.c