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

Stephan Bergmann sbergman at redhat.com
Tue May 30 15:39:52 UTC 2017


 ure/source/uno |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0a88690292e7e24b1e3250429364664ef4aa0345
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue May 30 17:38:27 2017 +0200

    Fix quoting
    
    ...broken with 6c80b3730ebe5a95aa685e5f02c285edeb21d4a5 "tdf#105204 fix
    shellcheck warnings in ure/source/uno"
    
    Change-Id: I44a6239d47353aea84ff4ab6d597104bd96e0950

diff --git a/ure/source/uno b/ure/source/uno
index 342c6e58a42e..f5222ba1c025 100755
--- a/ure/source/uno
+++ b/ure/source/uno
@@ -28,7 +28,7 @@ done
 # Extend the LD_LIBRARY_PATH for Java:
 epath=$(dirname "$0")
 if [ -x "${epath}/javaldx" ] ; then
-    jpath=$("${epath}/javaldx" "$my_envargs")
+    jpath=$("${epath}/javaldx" $my_envargs)
     if [ -n "${jpath}" ]; then
         sd_platform=$(uname -s)
         case $sd_platform in


More information about the Libreoffice-commits mailing list