diff options
author | rsc <devnull@localhost> | 2006-07-23 14:43:55 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-07-23 14:43:55 +0000 |
commit | 827018c4ec93f3786040b1f705a262133fe06b49 (patch) | |
tree | 2f7e4bddcc5d56f26dbd1e7f08e3a18e3551b28c /src/cmd/upas | |
parent | 90c3dab6d4f928cdf6672f89ae820a48826fd701 (diff) | |
download | plan9port-827018c4ec93f3786040b1f705a262133fe06b49.tar.gz plan9port-827018c4ec93f3786040b1f705a262133fe06b49.tar.bz2 plan9port-827018c4ec93f3786040b1f705a262133fe06b49.zip |
clean temporary files
Diffstat (limited to 'src/cmd/upas')
-rw-r--r-- | src/cmd/upas/vf/vf.c | 1 |
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; |