From 8aa376c9d0a9762b62c9e9ee09737ad37191cbf6 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 7 Dec 2011 17:00:02 +0100 Subject: Corrects this fucking e44fcbe4 commit with the git-rebase-todo file ... --- 01_Functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_Functions.zsh b/01_Functions.zsh index a8c5b31..958403b 100644 --- a/01_Functions.zsh +++ b/01_Functions.zsh @@ -158,7 +158,7 @@ get_git_branch () if [ "$REBASE_DIR" = "$GIT_DIR/rebase-merge" ] then current=$(< $REBASE_DIR/done wc -l) - last=$(( $current + $(< $REBASE_DIR/git rebase-todo grep -v "^#\|^[[:blank:]]*$" | wc -l) )) + last=$(( $current + $(< $REBASE_DIR/git-rebase-todo grep -v "^#\|^[[:blank:]]*$" | wc -l) )) rebase=$rebase$rebase_in_progress": " else current=$(cat $REBASE_DIR/next) -- cgit v1.2.3