diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-05-30 17:38:27 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-05-30 17:38:27 +0200 |
commit | 0a88690292e7e24b1e3250429364664ef4aa0345 (patch) | |
tree | 4699e2060fb33f97738db2f0eed7fa8f86a9d69b /ure | |
parent | 14f892b29f9bf3380d0a07fc61235ee51ab2f93d (diff) |
Fix quoting
...broken with 6c80b3730ebe5a95aa685e5f02c285edeb21d4a5 "tdf#105204 fix
shellcheck warnings in ure/source/uno"
Change-Id: I44a6239d47353aea84ff4ab6d597104bd96e0950
Diffstat (limited to 'ure')
-rwxr-xr-x | ure/source/uno | 2 |
1 files changed, 1 insertions, 1 deletions
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 |