[Libreoffice-commits] core.git: shell/source

Arnaud Versini arnaud.versini at gmail.com
Thu Mar 7 20:32:22 PST 2013


 shell/source/unix/misc/senddoc.sh |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c1f02657ccece20a1e5843c78115ffcb193eb459
Author: Arnaud Versini <arnaud.versini at gmail.com>
Date:   Thu Mar 7 19:47:35 2013 +0100

    Fixes fdo#60701 by escaping uri-encode path correctly
    
    Change-Id: If1242623f4954c0cb8c6c938608cd3185e652259
    Reviewed-on: https://gerrit.libreoffice.org/2588
    Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
    Tested-by: Fridrich Strba <fridrich at documentfoundation.org>

diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh
index 0ff1594..d953741 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`
 


More information about the Libreoffice-commits mailing list