Re: Cannot write variable names with the SubstFile builder
Mats Wichmann <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <[email protected]> |
On 1/26/22 06:53, Werner Reisberger wrote: > On 2022-01-25 21:00, Bill Deegan wrote: >> Pretty sure $$ will yield $ >> >> Give that a try. > > That's working perfect. Thanks! > > --Werner FWIW, "we" were surprised to note the manpage doesn't mention $$ as an escape. PR being prepared to address that... >> On Tue, Jan 25, 2022 at 8:48 AM Werner Reisberger <[email protected]> wrote: >> >>> The SubstFile builder always expands variable names an ignores any >>> escapes. >>>