From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25071 invoked by alias); 29 Oct 2013 00:21:27 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 25059 invoked by uid 89); 29 Oct 2013 00:21:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yh0-f44.google.com Received: from mail-yh0-f44.google.com (HELO mail-yh0-f44.google.com) (209.85.213.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 29 Oct 2013 00:21:25 +0000 Received: by mail-yh0-f44.google.com with SMTP id f10so3113010yha.31 for ; Mon, 28 Oct 2013 17:21:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=jkB/Aha/fiVes2gS1ozsDrU5MMRyFyJCnD8I+SG+Gk0=; b=JmoEjuVlidbSYU4N8d5DZTq3ApxdqggaU9+g24HBVhce3bbOlIFsqNfVeJvOYLbqiS m/VLjAjwTE6R4609Kqs7c4GLm7C5RXOp1HopUF9tn2y4jLRY7tVBeMWUFbO+pzIkskmq Hwpunq2ZIv/3W+Lcl4780k8z7zTth9+nv0W4sYoI91d6LdUUcFka0mOZ4rjw3Cc7BJoA HDXh8/zSO3C3CDeQj0wYbJiwqKx8M8zSYpsni/vPfg7hMQMgx7YooEQHP7lY97Ks6Qaq JZjDWAymFyRlT7LhQq6wX0ViLz9j/ImlzAfq6KAZwrrKgvNmpt3DgH+IPISgNsQVzrUD MTFA== X-Gm-Message-State: ALoCoQnF0kcI7M1vgfQ/W83+5m25FcAQyFkIfvCGsglGIdqF3catNCVG0W/z377T4/dfbequJN6w X-Received: by 10.236.169.165 with SMTP id n25mr32345yhl.118.1383006082878; Mon, 28 Oct 2013 17:21:22 -0700 (PDT) Received: from [192.168.123.135] (c-71-236-220-78.hsd1.wa.comcast.net. [71.236.220.78]) by mx.google.com with ESMTPSA id o27sm36376407yhb.19.2013.10.28.17.21.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 28 Oct 2013 17:21:22 -0700 (PDT) Message-ID: <526EFF76.3080002@codyps.com> Date: Tue, 29 Oct 2013 00:21:00 -0000 From: Cody P Schafer User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: crossgcc@sourceware.org Subject: Re: Fwd: Patch submission References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00024.txt.bz2 On 10/04/2013 08:29 AM, Roberto A. Foglietta wrote: > - printf "${CT_LIBC_GLIBC_CONFIGPARMS}\n" > configparms > + printf -- "${CT_LIBC_GLIBC_CONFIGPARMS}\n" > configparms > This isn't portable. Is there a reason not to just do: + printf "%s\n" "${CT_LIBC_GLIBC_CONFIGPARMS}" > configparms ? -- For unsubscribe information see http://sourceware.org/lists.html#faq