]> asedeno.scripts.mit.edu Git - git.git/blobdiff - git-am.sh
refs.c: make sure leading directories exist before writing a ref.
[git.git] / git-am.sh
index 660b3a4b6113f58ff33fd2db2cdeac25ce32f95d..6ed527c7a9c2d0bb9bbf84b2176b86ffc0670c93 100755 (executable)
--- a/git-am.sh
+++ b/git-am.sh
@@ -312,7 +312,7 @@ do
                echo "--------------------------"
                cat "$dotest/final-commit"
                echo "--------------------------"
-               echo -n "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
+               printf "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
                read reply
                case "$reply" in
                [yY]*) action=yes ;;