[Libreoffice-commits] core.git: svx/source
Stephan Bergmann
sbergman at redhat.com
Tue May 30 15:43:34 UTC 2017
svx/source/gengal/gengal.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 182622c757cceda83522f10922596ed4fa452b46
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue May 30 17:41:59 2017 +0200
Fix quoting
...broken with 020e1bff16a7bb5f401a2547d211807acd7db0fb "tdf#105204: ShellCheck
nitpicks for gengal.sh"
Change-Id: I5e7cd0b29be7840f0af44a028eb1c56ac7ffb33b
diff --git a/svx/source/gengal/gengal.sh b/svx/source/gengal/gengal.sh
index 8bab14678ff3..b4d10458650a 100755
--- a/svx/source/gengal/gengal.sh
+++ b/svx/source/gengal/gengal.sh
@@ -62,7 +62,7 @@ done
# extend the ld_library_path for java: javaldx checks the sofficerc for us
if [ -x "$sd_prog/javaldx" ] ; then
- my_path=$("$sd_prog/javaldx" "$BOOTSTRAPVARS" \
+ my_path=$("$sd_prog/javaldx" $BOOTSTRAPVARS \
"-env:INIFILENAME=vnd.sun.star.pathname:$sd_prog/redirectrc")
if [ -n "$my_path" ] ; then
sd_platform=$(uname -s)
More information about the Libreoffice-commits
mailing list