Makefile: dependencies for vcs-svn tests
[gitweb.git] / git-bisect.sh
index 68fcff6dbf0247e2add6524667aa55f7c6beb669..c21e33c8d133af0e9e0ae3edaffd0a5593ff4ac3 100755 (executable)
@@ -343,6 +343,7 @@ bisect_clean_state() {
 }
 
 bisect_replay () {
+       test "$#" -eq 1 || die "No logfile given"
        test -r "$1" || die "cannot read $1 for replaying"
        bisect_reset
        while read git bisect command rev