shell/source/unix/misc/senddoc.sh | 1 + 1 file changed, 1 insertion(+)
New commits: commit c1f02657ccece20a1e5843c78115ffcb193eb459 Author: Arnaud Versini <[email protected]> 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 <[email protected]> Tested-by: Fridrich Strba <[email protected]> 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` _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
