X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-am.sh;fp=git-am.sh;h=6ed527c7a9c2d0bb9bbf84b2176b86ffc0670c93;hb=9754563ca9a99bc0fe233f43202af15704fbed4d;hp=660b3a4b6113f58ff33fd2db2cdeac25ce32f95d;hpb=e23eff8be92a2a2cb66b53deef020063cff285ed;p=git.git diff --git a/git-am.sh b/git-am.sh index 660b3a4b..6ed527c7 100755 --- 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 ;;