summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@gmail.com>2013-03-07 19:47:35 +0100
committerFridrich Strba <fridrich@documentfoundation.org>2013-03-08 04:32:02 +0000
commitc1f02657ccece20a1e5843c78115ffcb193eb459 (patch)
treefc43323bcd320981d404ad2e4090e2ac99f75c30 /shell
parent75e6856b081ca29e3e0f19493780d9f8fa6d315c (diff)
Fixes fdo#60701 by escaping uri-encode path correctly
Change-Id: If1242623f4954c0cb8c6c938608cd3185e652259 Reviewed-on: https://gerrit.libreoffice.org/2588 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'shell')
-rw-r--r--shell/source/unix/misc/senddoc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh
index 0ff15943d6ce..d953741b87f8 100644
--- a/shell/source/unix/misc/senddoc.sh
+++ b/shell/source/unix/misc/senddoc.sh
@@ -18,6 +18,7 @@
#
URI_ENCODE="`dirname $0`/uri-encode"
+URI_ENCODE=`printf "%b" "$URI_ENCODE"`
FOPTS=""
sd_platform=`uname -s`