Code

merge-recursive: cleanup setIndexStages
[git.git] / git-bisect.sh
index 68838f3fad1d22ab4f14977434e9ce73365fb304..05dae8ad13fc7b3a0aa694d038e12845146a0a27 100755 (executable)
@@ -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"