Re: multi-threaded compiling

Chet Ramey <[email protected]> Tue, 12 Mar 2024 16:40:17 -0400
Newsgroups gmane.comp.gnu.make.general,gmane.comp.shells.bash.bugs
Message-ID <[email protected]>
On 3/12/24 4:23 AM, Mischa Baars wrote:

> So... how do I fix it?

If you want double quotes in a variable expansion to have some meaning to
the parser, you need to run the expanded value through the parser, using
something like `eval'. Or you figure out a different way to glue the
arguments together.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
		 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    [email protected]    http://tiswww.cwru.edu/~chet/