diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-09-20 19:59:44 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-09-20 19:59:44 +0000 |
| commit | e4b13c6df1dec963fae511c45377283698e50ff8 (patch) | |
| tree | 885abd8f7483e1abe3b7b1dc104f222ea6fb38b4 | |
| parent | ab708f619440902e8f3e27ab663380f92438d839 (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 35772efedfd39..cd152d8d8454b 100644 --- a/usr.sbin/periodic/periodic.sh +++ b/usr.sbin/periodic/periodic.sh @@ -39,7 +39,7 @@ do eval output=\$${arg##*/}_output case "$output" in /*) pipe="cat >>$output";; - "") pipe=cat + "") pipe=cat;; *) pipe="mail -s '$host ${arg##*/} run output' $output";; esac |
