Fix bug in fossil branch management

This commit is contained in:
Étienne Deparis 2013-03-25 20:57:46 +01:00
parent 256191c11b
commit 4a25d9d236

View File

@ -964,7 +964,7 @@ _lp_fossil_branch_color()
branch="${LP_COLOR_CHANGES}$branch${NO_COL}$ret${LP_COLOR_CHANGES}$C2A${NO_COL}" branch="${LP_COLOR_CHANGES}$branch${NO_COL}$ret${LP_COLOR_CHANGES}$C2A${NO_COL}"
fi fi
fi fi
echo $(_lp_escape "$branch") echo -ne $branch # $(_lp_escape "$branch")
fi fi
} }