shell/source/unix/misc/senddoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 108fc21c55960484c75b93f7b07117da6370f0e2 Author: Stephan Bergmann <[email protected]> AuthorDate: Mon Dec 16 17:28:43 2024 +0100 Commit: Mike Kaganski <[email protected]> CommitDate: Tue Dec 17 07:44:30 2024 +0100 Fix typo in earlier commit ...6d1cddea8e4e19287891ab8fb7e3774ae9976ea1 "tdf#135628 Let uri-encode encode newlines" Change-Id: I11e6f08947e85964f02fe1379217a2004492d0b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178619 Tested-by: Jenkins Reviewed-by: Mike Kaganski <[email protected]> diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh index 15fa40d058a2..50d904eeb2aa 100755 --- a/shell/source/unix/misc/senddoc.sh +++ b/shell/source/unix/misc/senddoc.sh @@ -282,7 +282,7 @@ case $(basename "$MAILER" | sed 's/-.*$//') in shift ;; --body) - MAILTO="${MAILTO:-}${MAILTO:+&}body="$(printf %a "$2" | "${URI_ENCODE}") + MAILTO="${MAILTO:-}${MAILTO:+&}body="$(printf %s "$2" | "${URI_ENCODE}") shift ;; --attach)
