From 2742ec14894137949c8252fa396302c7c375c2e2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 11 Jun 2018 19:08:51 -0300 Subject: Minor fix --- status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3