superfluous '…'

This commit is contained in:
Loic Nageleisen 2013-12-14 15:46:43 +01:00
parent fb5d86e3e2
commit 8dc73a7995

View file

@ -44,7 +44,7 @@ __git_ps1_branch() {
local branch
branch="$(git symbolic-ref HEAD 2>/dev/null)" || \
branch="$(__git_ps1_describe)" || \
branch="$(git rev-parse --short HEAD)" || \
branch="$(git rev-parse --short HEAD)" || \
branch="unknown"
echo ${branch##refs/heads/}