remove leftovers from experimenting with process group control

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-03-31 20:46:58 +02:00
parent 7431802b03
commit db1f1d0c2d
1 changed files with 1 additions and 2 deletions

View File

@ -58,8 +58,7 @@ case "$1" in
manpage="${src%.text}.$section"
if [ ! -f "$manpage" -o "$manpage" -ot "$src" ]; then
echo "Compiling manpage for $src"
setsid $A2XM "$src"
a2x_pids=""
$A2XM "$src"
fi
htmlpage="${src%.text}.html"
if [ ! -f "$htmlpage" -o "$htmlpage" -ot "$src" ]; then