# HG changeset patch # User Daniel Price # Date 1353367213 28800 # Node ID 51160d293e1fdbd69305310d3b34aa0054ce2399 # Parent 2b64e1b502cd24dd4fd1de3ec7cc1c7500917a5a scripts: unquoted variable reference in glibc-eglibc.sh-common Signed-off-by: Daniel Price Message-Id: <12f092a95a94bcf76912.1353367250@redfish.dssd.com> Patchwork-Id: 200215 diff -r 2b64e1b502cd -r 51160d293e1f scripts/build/libc/glibc-eglibc.sh-common --- a/scripts/build/libc/glibc-eglibc.sh-common Mon Nov 19 11:19: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