diff --git a/bin/gitprompt b/bin/gitprompt index a093258..82fb7b2 100755 --- a/bin/gitprompt +++ b/bin/gitprompt @@ -68,7 +68,7 @@ git__prompt () { if [ -z "$branch" ] then head=$(git rev-parse --short HEAD 2>&1) - if [ $(echo "$head" | grep '^fatal') ] + if [ "$(echo "$head" | grep '^fatal')" ] then branch='{no commits}' else