]> asedeno.scripts.mit.edu Git - git.git/commitdiff
git-am: fix typo in the previous one.
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Oct 2007 07:27:51 +0000 (00:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Oct 2007 07:27:51 +0000 (00:27 -0700)
Caught on #git by Ulrik Sverdrup

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh

index 77a0e20996a3f1a945485135791fd24596f8af60..cfa6fcf0af01e6b6c9e3a3a909d88b500aa25365 100755 (executable)
--- a/git-am.sh
+++ b/git-am.sh
@@ -453,7 +453,7 @@ do
        parent=$(git rev-parse --verify HEAD) &&
        commit=$(git commit-tree $tree -p $parent <"$dotest/final-commit") &&
        git update-ref -m "$GIT_REFLOG_ACTION: $SUBJECT" HEAD $commit $parent ||
-       stop_here $thisy
+       stop_here $this
 
        if test -x "$GIT_DIR"/hooks/post-applypatch
        then