_lp_fossil_branch_color: fix $variable inside (( ))

This commit is contained in:
Olivier Mengué 2014-07-09 23:09:14 +02:00
parent 134347e252
commit 13afd583d9

View File

@ -999,7 +999,7 @@ _lp_fossil_branch_color()
ret="(${LP_COLOR_DIFF}${ret}${C2E}${NO_COL})"
fi
if (( $C2A > 0 )); then
if (( C2A > 0 )); then
C2A="$LP_COLOR_CHANGES$LP_MARK_UNTRACKED"
else
C2A=""