mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-8931 fix quoting on options
X-SVN-Rev: 31108
This commit is contained in:
parent
25ccafa02d
commit
d396cf1325
1 changed files with 1 additions and 1 deletions
|
@ -200,5 +200,5 @@ case "${FILE}" in
|
|||
esac
|
||||
|
||||
echo "# ${COMP}" -o "${OUT}" "${FILE}" "${XTRA_OPTS}"
|
||||
( ${COMP} ${SRC_OPTS} -o "${OUT}" "${FILE}" "${XTRA_OPTS}" || (rm -f "${OUT}" ; exit 1) ) && ( echo "# ${INVOKE} ./${OUT}" ; "${SHELL}" -c "${INVOKE} ./${OUT}" "$@")
|
||||
( ${COMP} ${SRC_OPTS} -o "${OUT}" "${FILE}" ${XTRA_OPTS} || (rm -f "${OUT}" ; exit 1) ) && ( echo "# ${INVOKE} ./${OUT}" ; "${SHELL}" -c "${INVOKE} ./${OUT}" "$@")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue