]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-bisect.sh
Merge branch 'fr_2.16-rc1' of git://github.com/jnavila/git
[thirdparty/git.git] / git-bisect.sh
index a82256e345dcdfdade6f6196531d2c745cb52a29..54cbfecc5ab0531513ff9e069be55d74339ad427 100755 (executable)
@@ -450,6 +450,8 @@ bisect_replay () {
 bisect_run () {
        bisect_next_check fail
 
+       test -n "$*" || die "$(gettext "bisect run failed: no command provided.")"
+
        while true
        do
                command="$@"