Handle the case where $HOME has a trailing slash.
[profile.git] / .profile.d / git-completion.bashrc
index 5966932..481112d 100644 (file)
@@ -119,9 +119,7 @@ __git_ps1 ()
                                        git describe --exact-match HEAD ;;
                                esac 2>/dev/null)" ||
 
-                               b="$(cut -c1-7 "$g/HEAD" 2>/dev/null)..." ||
-                               b="unknown"
-                               b="($b)"
+                               b="$(cut -c1-7 "$g/HEAD" 2>/dev/null)..." || return
                        }
                fi