# HG changeset patch # User Daniel Price # Date 1353367213 28800 # Node ID bd4e143ae476a6cc8f9932f1353da67db07531f6 # Parent 189c293b647c13653a96168f50d5655570163139 scripts: unquoted variable reference in glibc-eglibc.sh-common Signed-off-by: Daniel Price Message-Id: <12f092a95a94bcf76912.1353367250@redfish.dssd.com> Patchwork-Id: 200215 (transplanted from 51160d293e1fdbd69305310d3b34aa0054ce2399) diff -r 189c293b647c -r bd4e143ae476 scripts/build/libc/glibc-eglibc.sh-common --- a/scripts/build/libc/glibc-eglibc.sh-common Sun Nov 11 21:43:54 2012 +0100 +++ b/scripts/build/libc/glibc-eglibc.sh-common Mon Nov 19 15:20:13 2012 -0800 @@ -460,7 +460,7 @@ # EGLIBC doesn't have a install-{pdf.html}, and older # versions leave the manuals in the source directory 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_PREFIX_DIR}/share/doc else