Forgot one _lp_escape
This commit is contained in:
parent
edb4cb1dce
commit
e2b3ad6313
@ -928,7 +928,7 @@ _lp_fossil_branch()
|
|||||||
local branch
|
local branch
|
||||||
branch=$(fossil status 2>/dev/null | sed -n "s/tags:[ ]*\(\w*\)$/\1/Ip")
|
branch=$(fossil status 2>/dev/null | sed -n "s/tags:[ ]*\(\w*\)$/\1/Ip")
|
||||||
if [ -n "$branch" ]; then
|
if [ -n "$branch" ]; then
|
||||||
_lp_escape "$branch"
|
echo "$branch"
|
||||||
else
|
else
|
||||||
if fossil info &>/dev/null ; then
|
if fossil info &>/dev/null ; then
|
||||||
echo "no-tag"
|
echo "no-tag"
|
||||||
|
Loading…
Reference in New Issue
Block a user