]> gitweb.fluxo.info Git - scripts.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 11 Jun 2018 22:08:51 +0000 (19:08 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 11 Jun 2018 22:08:51 +0000 (19:08 -0300)
status

diff --git a/status b/status
index 546583a2a8ef03d0fae7b1e3fd1cff3e6b68d276..e242609ca77cbef2677d87b65f09849dddc4288f 100755 (executable)
--- 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