From dd967dd0bcde0f7cb0ac47d0d545f0063f45affa Mon Sep 17 00:00:00 2001 From: Eragos Date: Tue, 12 Jul 2016 00:04:44 +0200 Subject: [PATCH] fix --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index a8717f3..c178348 100644 --- a/functions +++ b/functions @@ -17,7 +17,7 @@ udot() { echo -e "$info" echo -e "" - if [ -n "$status" ]; then + if [ -z "$status" ]; then echo -e "Local changes:" echo -e "$gstatus" echo -e ""