Add comment noting a possible bug in fproc.

This commit is contained in:
Uriel 2008-12-16 07:08:05 +00:00
parent 4d36a9a57d
commit 9b4598026c

View file

@ -12,6 +12,7 @@ mkdir -p $cachedir >[2]/dev/null
if(test -s $cachedir/$proc)
cat $cachedir/$proc
if not {
# XXX For reliability mv should not be called unless both $proc and tee suceed
$proc < $tmpfile | tee $cachedir/$pid
mv $cachedir/$pid $cachedir/$proc
}