Add comment noting a possible bug in fproc.

This commit is contained in:
uriel 2008-12-16 07:08:05 +00:00
parent 7f48cf458a
commit c857ea6d5a

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
}