diff options
author | Eike Rathke <erack@redhat.com> | 2013-03-18 17:48:59 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-03-18 17:49:18 +0100 |
commit | e837d5570af3de1a420ad21ec035463cf9babdb7 (patch) | |
tree | 2a6d25b418cd34ddd7cff830cf896c941872cb39 /shell | |
parent | 71b248ef477248ff6a03d62cf0e3b724372680eb (diff) |
quote URI_ENCODE
Change-Id: Ib3bb6065b02eee8de7c4ca16c8fda05385409703
Diffstat (limited to 'shell')
-rw-r--r-- | 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 30336058fe04..cb287e679868 100644 --- a/shell/source/unix/misc/senddoc.sh +++ b/shell/source/unix/misc/senddoc.sh @@ -165,7 +165,7 @@ case `basename "$MAILER" | sed 's/-.*$//'` in shift ;; --attach) - ATTACH="${ATTACH:-}${ATTACH:+ }--attach "`echo "file://$2" | ${URI_ENCODE}` + ATTACH="${ATTACH:-}${ATTACH:+ }--attach "`echo "file://$2" | "${URI_ENCODE}"` shift ;; *) |