scripts: unquoted variable reference in glibc-eglibc.sh-common

Signed-off-by: Daniel Price <daniel.price@gmail.com>
Message-Id: <12f092a95a94bcf76912.1353367250@redfish.dssd.com>
Patchwork-Id: 200215
(transplanted from 51160d293e1fdbd69305310d3b34aa0054ce2399)
This commit is contained in:
Daniel Price 2012-11-19 15:20:13 -08:00
parent 7de36f8959
commit 6ea41bead2

View File

@ -460,7 +460,7 @@ do_libc_backend_once() {
# EGLIBC doesn't have a install-{pdf.html}, and older # EGLIBC doesn't have a install-{pdf.html}, and older
# versions leave the manuals in the source directory # versions leave the manuals in the source directory
CT_DoExecLog ALL mkdir -p ${CT_PREFIX_DIR}/share/doc CT_DoExecLog ALL mkdir -p ${CT_PREFIX_DIR}/share/doc
if [ ${CT_LIBC_EGLIBC_2_16_or_later} = "y" ]; then if [ "${CT_LIBC_EGLIBC_2_16_or_later}" = "y" ]; then
CT_DoExecLog ALL cp -av manual/*.pdf manual/libc \ CT_DoExecLog ALL cp -av manual/*.pdf manual/libc \
${CT_PREFIX_DIR}/share/doc ${CT_PREFIX_DIR}/share/doc
else else