Kaydet (Commit) 0a886902 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix quoting

...broken with 6c80b373 "tdf#105204 fix
shellcheck warnings in ure/source/uno"

Change-Id: I44a6239d47353aea84ff4ab6d597104bd96e0950
üst 14f892b2
......@@ -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
......
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