From 923077453a0c83eedf0e6c822cf7eddcaae45055 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Wed, 8 Jul 2026 01:03:08 -0400 Subject: [PATCH] Fix forgotten debug leak. --- tcshrc.prompt.final | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcshrc.prompt.final b/tcshrc.prompt.final index 88de7ab..cdfacd0 100644 --- a/tcshrc.prompt.final +++ b/tcshrc.prompt.final @@ -187,7 +187,7 @@ if( ${#git_branch} <= 1 ) then set git_behind_count=${git_counts[1]} set git_ahead_count=${git_counts[2]} #@ git_behind_count = ${git_behind_count} + 1 - echo "Got: ${git_behind_count}" + _debug "Got: ${git_behind_count}" _debug "Got: ${git_ahead_count}" @ git_count_check = ${git_ahead_count} + ${git_behind_count} if( 0 != ${git_count_check} ) then