diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-11 19:08:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-11 19:08:51 -0300 |
commit | 2742ec14894137949c8252fa396302c7c375c2e2 (patch) | |
tree | bb90805c055f7fbe6f790389a69f44dfd502d395 /status | |
parent | 7ff9c2eeab03060deaa0fdadfb5ecf21d15a10ab (diff) | |
download | scripts-2742ec14894137949c8252fa396302c7c375c2e2.tar.gz scripts-2742ec14894137949c8252fa396302c7c375c2e2.tar.bz2 |
Minor fix
Diffstat (limited to 'status')
-rwxr-xr-x | status | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ function status_run { # Check if are dangling downloaded files if [ -e "$HOME/load" ] && [ ! -z "`ls -1 ~/load/`" ]; then # Print a newline if needed depending of the output of the previous commands - if [ ! -z "`postponed`" ] || [ ! -z "`unread-emails`" ]; then + if [ ! -z "`postponed`" ] || [ ! -z "`unread-mails`" ]; then echo "" fi |