summaryrefslogtreecommitdiff
path: root/git-am.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-07 18:09:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-09-07 18:09:04 (GMT)
commite245397434f8d26bf18053823c3fb9d1374679bd (patch)
tree286620eaf35b17ab5df0a7d4e8fe42d51a2b79fd /git-am.sh
parent7fe136d78f5db3317ebf60115c1d7faa87412d6a (diff)
parenta312a271b92fe74f5954adbb824987b040926c4c (diff)
downloadgit-e245397434f8d26bf18053823c3fb9d1374679bd.zip
git-e245397434f8d26bf18053823c3fb9d1374679bd.tar.gz
git-e245397434f8d26bf18053823c3fb9d1374679bd.tar.bz2
Merge branch 'nd/am-i18n-fix'
"git am" wasn't marked up for i18n properly. * nd/am-i18n-fix: am: quote string for translation before passing to eval_gettextln
Diffstat (limited to 'git-am.sh')
-rwxr-xr-xgit-am.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-am.sh b/git-am.sh
index bd9620c..c682d34 100755
--- a/git-am.sh
+++ b/git-am.sh
@@ -855,8 +855,8 @@ did you forget to use 'git add'?"
eval_gettextln 'Patch failed at $msgnum $FIRSTLINE'
if test "$(git config --bool advice.amworkdir)" != false
then
- eval_gettextln "The copy of the patch that failed is found in:
- $dotest/patch"
+ eval_gettextln 'The copy of the patch that failed is found in:
+ $dotest/patch'
fi
stop_here_user_resolve $this
fi