mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
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:
parent
7de36f8959
commit
6ea41bead2
@ -460,7 +460,7 @@ do_libc_backend_once() {
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user