Properly fix the temporary file creation in the case of multiple

command-line arguments.

Noticed by:	dynamo <dynamo@ime.net>
This commit is contained in:
Kris Kennaway 2000-11-26 03:37:34 +00:00
parent 8949746149
commit a3125484c9

View File

@ -92,7 +92,6 @@ do
cp /dev/null $tmp_output
fi
done
rm -f $tmp_output
done
if [ $empty = TRUE ]
then
@ -101,3 +100,4 @@ do
fi
} | eval $pipe
done
rm -f $tmp_output