Add comment noting a possible bug in fproc.
This commit is contained in:
parent
7f48cf458a
commit
c857ea6d5a
@ -12,6 +12,7 @@ mkdir -p $cachedir >[2]/dev/null
|
|||||||
if(test -s $cachedir/$proc)
|
if(test -s $cachedir/$proc)
|
||||||
cat $cachedir/$proc
|
cat $cachedir/$proc
|
||||||
if not {
|
if not {
|
||||||
|
# XXX For reliability mv should not be called unless both $proc and tee suceed
|
||||||
$proc < $tmpfile | tee $cachedir/$pid
|
$proc < $tmpfile | tee $cachedir/$pid
|
||||||
mv $cachedir/$pid $cachedir/$proc
|
mv $cachedir/$pid $cachedir/$proc
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user