diff options
| author | Tslil Clingman <tslil.clingman@gmail.com> | 2015-06-26 17:02:33 +0200 |
|---|---|---|
| committer | Tslil Clingman <tslil.clingman@gmail.com> | 2015-06-26 17:02:33 +0200 |
| commit | 4e6a4a524608d43561e32ddbd234586e8d6bef56 (patch) | |
| tree | 993cd51d985f1712fb5c20cb8d19604969afe413 | |
| parent | db8146fe4f86a2d0f76a9e7b4ac392985dafcdc1 (diff) | |
Don't print blanklines if there's no mail
| -rwxr-xr-x | newmail | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,4 +18,4 @@ for server in $servers; do fi done; -echo $result +[ -n "$result" ] && echo $result || true |
