aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cmd/upas/vf/vf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/upas/vf/vf.c b/src/cmd/upas/vf/vf.c
index 84cae907..fb54d4a1 100644
--- a/src/cmd/upas/vf/vf.c
+++ b/src/cmd/upas/vf/vf.c
@@ -460,6 +460,7 @@ runchecker(Part *p)
* Okay to return on error - will let mail through but wrapped.
*/
w = wait();
+ remove(name);
if(w == nil){
syslog(0, "mail", "vf wait failed: %r");
return 0;