X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-bisect.sh;h=05dae8ad13fc7b3a0aa694d038e12845146a0a27;hb=68e37f8402d5ad33b423686558265e55655a2db6;hp=68838f3fad1d22ab4f14977434e9ce73365fb304;hpb=e9a45d75b5eccfc288c4533b5e34af1f77dd32c9;p=git.git diff --git a/git-bisect.sh b/git-bisect.sh index 68838f3f..05dae8ad 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -67,7 +67,7 @@ bisect_start() { rm -rf "$GIT_DIR/refs/bisect/" mkdir "$GIT_DIR/refs/bisect" { - echo -n "git-bisect start" + printf "git-bisect start" sq "$@" } >"$GIT_DIR/BISECT_LOG" sq "$@" >"$GIT_DIR/BISECT_NAMES"