From: Silvio Rhatto Date: Mon, 11 Jun 2018 22:08:51 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2742ec14894137949c8252fa396302c7c375c2e2;p=scripts.git Minor fix --- diff --git a/status b/status index 546583a..e242609 100755 --- a/status +++ b/status @@ -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