From 0a88690292e7e24b1e3250429364664ef4aa0345 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 30 May 2017 17:38:27 +0200 Subject: Fix quoting ...broken with 6c80b3730ebe5a95aa685e5f02c285edeb21d4a5 "tdf#105204 fix shellcheck warnings in ure/source/uno" Change-Id: I44a6239d47353aea84ff4ab6d597104bd96e0950 --- ure/source/uno | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ure/source/uno') 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 -- cgit