]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-applypatch.sh
Use printf rather than echo -n.
[thirdparty/git.git] / git-applypatch.sh
index 4c577eb835b877dd0766edbc5a603ee4e3db049a..a112e1a50405c733e9e94c610caf36a7b07297dd 100755 (executable)
@@ -83,7 +83,7 @@ while [ "$interactive" = yes ]; do
        echo "--------------------------"
        cat "$final"
        echo "--------------------------"
-       echo -n "Apply? [y]es/[n]o/[e]dit/[a]ccept all "
+       printf "Apply? [y]es/[n]o/[e]dit/[a]ccept all "
        read reply
        case "$reply" in
                y|Y) interactive=no;;