diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-11-26 03:37:34 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-11-26 03:37:34 +0000 |
| commit | a3125484c96dea7e70e274028fe8d99bb008b1d1 (patch) | |
| tree | 8efb2429cb82a82da7a73e1444de2b23c5a89f88 | |
| parent | 894974614959c5fe222eed7d6183144cd2530b58 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/periodic/periodic.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/periodic/periodic.sh b/usr.sbin/periodic/periodic.sh index ce38ba2d6e6f..6c21c21c5da1 100644 --- a/usr.sbin/periodic/periodic.sh +++ b/usr.sbin/periodic/periodic.sh @@ -92,7 +92,6 @@ do cp /dev/null $tmp_output fi done - rm -f $tmp_output done if [ $empty = TRUE ] then @@ -101,3 +100,4 @@ do fi } | eval $pipe done +rm -f $tmp_output |
