diff options
Diffstat (limited to 'shell')
-rwxr-xr-x | shell/source/unix/misc/senddoc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh index 372cee475fe2..394087156a74 100755 --- a/shell/source/unix/misc/senddoc.sh +++ b/shell/source/unix/misc/senddoc.sh @@ -349,7 +349,7 @@ case $(basename "$MAILER" | sed 's/-.*$//') in shift ;; --attach) - ATTACH="${ATTACH:-}${ATTACH:+ }$2" + ATTACH=${ATTACH:-}${ATTACH:+,}$(echo "file://$2" | "${URI_ENCODE}") shift ;; *) |