aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-11 19:08:51 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-11 19:08:51 -0300
commit2742ec14894137949c8252fa396302c7c375c2e2 (patch)
treebb90805c055f7fbe6f790389a69f44dfd502d395
parent7ff9c2eeab03060deaa0fdadfb5ecf21d15a10ab (diff)
downloadscripts-2742ec14894137949c8252fa396302c7c375c2e2.tar.gz
scripts-2742ec14894137949c8252fa396302c7c375c2e2.tar.bz2
Minor fix
-rwxr-xr-xstatus2
1 files changed, 1 insertions, 1 deletions
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