This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Support cross-testing (version 3)
- From: Roland McGrath <roland at hack dot frob dot com>
- To: Andreas Schwab <schwab at linux-m68k dot org>
- Cc: "Joseph S. Myers" <joseph at codesourcery dot com>, <libc-alpha at sourceware dot org>
- Date: Fri, 2 Nov 2012 14:48:30 -0700 (PDT)
- Subject: Re: Support cross-testing (version 3)
- References: <Pine.LNX.4.64.1210242035130.14661@digraph.polyomino.org.uk><20121024213718.0A4FC2C09B@topped-with-meat.com><Pine.LNX.4.64.1210242300040.14661@digraph.polyomino.org.uk><m2a9uz9ac1.fsf@igel.home><Pine.LNX.4.64.1211021739440.16267@digraph.polyomino.org.uk><m2k3u37kct.fsf@igel.home>
> # Produce properly quoted Bourne shell arguments for 'env' to carry
> # over the current environment, less blacklisted variables.
> exports="$(blacklist_exports)"
> -exports="${exports:+${exports}; }"
The comment talks about 'env' but this producing sh commands, not
a single 'env' command.