Kaydet (Commit) 182622c7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix quoting

...broken with 020e1bff "tdf#105204: ShellCheck
nitpicks for gengal.sh"

Change-Id: I5e7cd0b29be7840f0af44a028eb1c56ac7ffb33b
üst 0a886902
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment