Add comment noting a possible bug in fproc.
This commit is contained in:
parent
4d36a9a57d
commit
9b4598026c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue