Fix forgotten debug leak.
This commit is contained in:
+1
-1
@@ -187,7 +187,7 @@ if( ${#git_branch} <= 1 ) then
|
|||||||
set git_behind_count=${git_counts[1]}
|
set git_behind_count=${git_counts[1]}
|
||||||
set git_ahead_count=${git_counts[2]}
|
set git_ahead_count=${git_counts[2]}
|
||||||
#@ git_behind_count = ${git_behind_count} + 1
|
#@ git_behind_count = ${git_behind_count} + 1
|
||||||
echo "Got: ${git_behind_count}"
|
_debug "Got: ${git_behind_count}"
|
||||||
_debug "Got: ${git_ahead_count}"
|
_debug "Got: ${git_ahead_count}"
|
||||||
@ git_count_check = ${git_ahead_count} + ${git_behind_count}
|
@ git_count_check = ${git_ahead_count} + ${git_behind_count}
|
||||||
if( 0 != ${git_count_check} ) then
|
if( 0 != ${git_count_check} ) then
|
||||||
|
|||||||
Reference in New Issue
Block a user