archimport: Fix a bug I introduced in the new log parser
[git.git] / git-bisect.sh
index 68838f3..05dae8a 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"