Fwd: Patch submission

Cody P Schafer devel-lists@codyps.com
Tue Oct 29 00:21:00 GMT 2013


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



More information about the crossgcc mailing list