Hi,
I have submitted a patch for review:
    https://gerrit.libreoffice.org/2588
To pull it, you can do:
    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/88/2588/1
Fixes fdo#60701 by escaping uri-encode path correctly
Change-Id: If1242623f4954c0cb8c6c938608cd3185e652259
---
M shell/source/unix/misc/senddoc.sh
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh
index 0ff1594..a2c53fd 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`
 
-- 
To view, visit https://gerrit.libreoffice.org/2588
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If1242623f4954c0cb8c6c938608cd3185e652259
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Arnaud Versini <arnaud.versini@gmail.com>
Context
- [PATCH] Fixes fdo#60701 by escaping uri-encode path correctly · Arnaud Versini (via Code Review)
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.