OSDN Git Service

Merge branch 'master' of git://ozlabs.org/~paulus/gitk
[git-core/git.git] / git-bisect.sh
index af4d04c..1e0d602 100755 (executable)
@@ -408,7 +408,7 @@ bisect_replay () {
        bisect_reset
        while read git bisect command rev
        do
-               test "$git $bisect" = "git bisect" -o "$git" = "git-bisect" || continue
+               test "$git $bisect" = "git bisect" || test "$git" = "git-bisect" || continue
                if test "$git" = "git-bisect"
                then
                        rev="$command"