Make git-send-pack exit with error when some refs couldn't be pushed out
[git.git] / git-applypatch.sh
index 4c577eb..a112e1a 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;;