Rename misnamed local variable.
This commit is contained in:
parent
c9bdefe020
commit
10121e3d13
@ -895,7 +895,7 @@ _lp_svn_branch_color()
|
||||
local branch
|
||||
branch="$(_lp_svn_branch)"
|
||||
if [[ -n "$branch" ]] ; then
|
||||
local commits
|
||||
local changes
|
||||
changes=$(( $(svn status $LP_SVN_STATUS_OPTIONS | grep -c -v "?") ))
|
||||
if [[ $changes -eq 0 ]] ; then
|
||||
echo "${LP_COLOR_UP}${branch}${NO_COL}"
|
||||
|
Loading…
Reference in New Issue
Block a user