mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-5591 Fix path resolution.
X-SVN-Rev: 21475
This commit is contained in:
parent
a416deefa0
commit
e2494b2ac3
1 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ do
|
|||
;;
|
||||
|
||||
--invoke=*)
|
||||
QUOT="'"
|
||||
QUOT="\""
|
||||
CMD="${var}"
|
||||
|
||||
# If it's not a locally executable command (1st choice) then
|
||||
|
@ -164,7 +164,7 @@ do
|
|||
;;
|
||||
|
||||
--invoke)
|
||||
QUOT="'"
|
||||
QUOT="\""
|
||||
echo "env ${QUOT}${LDLIBRARYPATH_ENVVAR}=${libdir}:"'${'"${LDLIBRARYPATH_ENVVAR}"'}'${QUOT}
|
||||
;;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue