public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] scripts: unquoted variable reference in glibc-eglibc.sh-common
@ 2012-11-19 23:21 Daniel Price
  2012-11-19 23:42 ` Yann E. MORIN
  2012-11-22 21:44 ` Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Price @ 2012-11-19 23:21 UTC (permalink / raw)
  To: crossgcc

# HG changeset patch
# User Daniel Price <daniel.price@gmail.com>
# Date 1353367213 28800
# Node ID 12f092a95a94bcf76912b5d4f7d69431492f3c5a
# Parent  1c68438f44f74e7fcf761838271f1e4d156ceeda
scripts: unquoted variable reference in glibc-eglibc.sh-common

Signed-off-by: Daniel Price <daniel.price@gmail.com>

diff -r 1c68438f44f7 -r 12f092a95a94 scripts/build/libc/glibc-eglibc.sh-common
--- a/scripts/build/libc/glibc-eglibc.sh-common	Fri Nov 16 14:59:27 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

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 3+ messages in thread

* scripts: unquoted variable reference in glibc-eglibc.sh-common
  2012-11-19 23:21 [PATCH] scripts: unquoted variable reference in glibc-eglibc.sh-common Daniel Price
@ 2012-11-19 23:42 ` Yann E. MORIN
  2012-11-22 21:44 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2012-11-19 23:42 UTC (permalink / raw)
  To: Daniel Price; +Cc: crossgcc

Daniel, All,

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

has been applied as: #51160d293e1f
    http://crosstool-ng.org/hg/crosstool-ng/rev/51160d293e1f

Thank you!

Regards,
Yann E. MORIN.



--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 3+ messages in thread

* scripts: unquoted variable reference in glibc-eglibc.sh-common
  2012-11-19 23:21 [PATCH] scripts: unquoted variable reference in glibc-eglibc.sh-common Daniel Price
  2012-11-19 23:42 ` Yann E. MORIN
@ 2012-11-22 21:44 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2012-11-22 21:44 UTC (permalink / raw)
  To: Daniel Price; +Cc: crossgcc

Daniel, All,

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

has been applied on branch 1.17, as: #bd4e143ae476
    http://crosstool-ng.org/hg/crosstool-ng/rev/bd4e143ae476

Thank you!

Regards,
Yann E. MORIN.



--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-22 21:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-19 23:21 [PATCH] scripts: unquoted variable reference in glibc-eglibc.sh-common Daniel Price
2012-11-19 23:42 ` Yann E. MORIN
2012-11-22 21:44 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).