_lp_fossil_branch_color: fix $variable inside (( ))
This commit is contained in:
parent
134347e252
commit
13afd583d9
@ -999,7 +999,7 @@ _lp_fossil_branch_color()
|
|||||||
ret="(${LP_COLOR_DIFF}${ret}${C2E}${NO_COL})"
|
ret="(${LP_COLOR_DIFF}${ret}${C2E}${NO_COL})"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if (( $C2A > 0 )); then
|
if (( C2A > 0 )); then
|
||||||
C2A="$LP_COLOR_CHANGES$LP_MARK_UNTRACKED"
|
C2A="$LP_COLOR_CHANGES$LP_MARK_UNTRACKED"
|
||||||
else
|
else
|
||||||
C2A=""
|
C2A=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user