Fix forgotten debug leak.

This commit is contained in:
2026-07-08 01:03:08 -04:00
parent 1d0dc03d89
commit 923077453a
+1 -1
View File
@@ -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