public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Cody P Schafer <devel-lists@codyps.com>
To: crossgcc@sourceware.org
Subject: Re: Fwd: Patch submission
Date: Tue, 29 Oct 2013 00:21:00 -0000	[thread overview]
Message-ID: <526EFF76.3080002@codyps.com> (raw)
In-Reply-To: <CAJGKYO5qog=FodfQ6DpyxmO7-iobf97uOOdJGCZ4c8rJSxQSHg@mail.gmail.com>

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

  reply	other threads:[~2013-10-29  0:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAJGKYO7OouY7giQ2-X6UOwByar3ja3_fkUwx3CagJt-1Y3Lxqw@mail.gmail.com>
     [not found] ` <CAJGKYO7cZ9Esh=uK0MhD62qSzq1OdjgjG8AiFLkHhoz9bdFNdw@mail.gmail.com>
2013-10-04 15:30   ` Roberto A. Foglietta
2013-10-29  0:21     ` Cody P Schafer [this message]
2013-10-29  8:44       ` Roberto A. Foglietta

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=526EFF76.3080002@codyps.com \
    --to=devel-lists@codyps.com \
    --cc=crossgcc@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).