From patchwork Mon Nov 19 23:20:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Price X-Patchwork-Id: 200215 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 432832C0087 for ; Tue, 20 Nov 2012 10:21:38 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sourceware.org; s=default; x=1353972098; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Content-Type:MIME-Version:Content-Transfer-Encoding: Subject:Message-Id:User-Agent:Date:From:To:Mailing-List: Precedence:List-Id:List-Unsubscribe:List-Subscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=VONwMQ5gNfh5rSaM85h+ mrEEiEg=; b=VjAYLhPRywz/y8FHb1M7KaIwxWXxsTSfKzQAKuQO84BGXBM0g8sa p4suWuTZpkED0kV7IzHFsCJjqTwb47wXRheSrFSF60QfqfE0nyVapLny5iq9G/4Z sPNAumOazUhdWX2aA34/bjdSLtYPYLKPD5hkNO2rd0WeNZ19gutp5D4= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=sourceware.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Received:Content-Type:MIME-Version:Content-Transfer-Encoding:Subject:X-Mercurial-Node:Message-Id:User-Agent:Date:From:To:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Subscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=KXwtJrlim7VRi0iRyVtHQgifxmAqZCIHsJ1FGPq7DLtLmgEQb93NzxWC67WnOU mVqSdCSU6u247EvPQCkUtpH6uxM0QcDwwwY5KbjYNarwsY8I+15zuxAn5SSVqArP p8crwTM+II2Y7jXgvoSM49Vy1k+yX42ULeVwUa4hvcsvc=; Received: (qmail 6269 invoked by alias); 19 Nov 2012 23:21:30 -0000 Received: (qmail 6256 invoked by uid 22791); 19 Nov 2012 23:21:29 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, KHOP_RCVD_TRUST, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-da0-f41.google.com (HELO mail-da0-f41.google.com) (209.85.210.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Nov 2012 23:21:22 +0000 Received: by mail-da0-f41.google.com with SMTP id e20so865941dak.0 for ; Mon, 19 Nov 2012 15:21:22 -0800 (PST) Received: by 10.66.87.202 with SMTP id ba10mr2698728pab.72.1353367282331; Mon, 19 Nov 2012 15:21:22 -0800 (PST) Received: from redfish.dssd.com (50-76-39-249-ip-static.hfc.comcastbusiness.net. [50.76.39.249]) by mx.google.com with ESMTPS id ju7sm6911828pbb.60.2012.11.19.15.21.19 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 15:21:21 -0800 (PST) MIME-Version: 1.0 Subject: [PATCH] scripts: unquoted variable reference in glibc-eglibc.sh-common X-Mercurial-Node: 12f092a95a94bcf76912b5d4f7d69431492f3c5a Message-Id: <12f092a95a94bcf76912.1353367250@redfish.dssd.com> User-Agent: Mercurial-patchbomb/1.9.3 Date: Mon, 19 Nov 2012 15:20:50 -0800 From: Daniel Price To: crossgcc@sourceware.org X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Delivered-To: mailing list crossgcc@sourceware.org # HG changeset patch # User Daniel Price # Date 1353367213 28800 # Node ID 12f092a95a94bcf76912b5d4f7d69431492f3c5a # Parent 1c68438f44f74e7fcf761838271f1e4d156ceeda scripts: unquoted variable reference in glibc-eglibc.sh-common Signed-off-by: Daniel Price --- For unsubscribe information see http://sourceware.org/lists.html#faq 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