scripts/build/libc/glibc-eglibc.sh-common
changeset 3118 51160d293e1f
parent 3102 75c2df0f7a12
child 3143 d06a9462cc20
     1.1 --- a/scripts/build/libc/glibc-eglibc.sh-common	Fri Nov 02 04:04:04 2012 +0000
     1.2 +++ b/scripts/build/libc/glibc-eglibc.sh-common	Mon Nov 19 15:20:13 2012 -0800
     1.3 @@ -460,7 +460,7 @@
     1.4              # EGLIBC doesn't have a install-{pdf.html}, and older
     1.5              # versions leave the manuals in the source directory
     1.6              CT_DoExecLog ALL mkdir -p ${CT_PREFIX_DIR}/share/doc
     1.7 -            if [ ${CT_LIBC_EGLIBC_2_16_or_later} = "y" ]; then
     1.8 +            if [ "${CT_LIBC_EGLIBC_2_16_or_later}" = "y" ]; then
     1.9                  CT_DoExecLog ALL cp -av manual/*.pdf manual/libc \
    1.10                      ${CT_PREFIX_DIR}/share/doc
    1.11              else