
Dear Joakim Tjernlund,
In message OF6D501B3A.40F7E6A2-ONC12576F8.00466BE2-C12576F8.00471566@transmode.se you wrote:
I don't think you ever posted this before. I cannot find any trace of such a patch - not in the public archives nor locally.
I think I did, but this would have been late 2001 or 2002 I think :) Not 100% sure about the date since the old CVS log looks a bit fishy after the repo got converted to Subversion.
Ah... that was at PPCBoot times, then. Found it: Tue, 11 Sep 2001 15:29:26 +0200
AFAICT the patch was late for a release, but has not been formally rejected. Probably just got forgotten.
Hm... will this not make escaping impossible? Assume you want to pass
arg=${name}
to Linux. How would you escape this so it does NOT get expanded if you run process_macros() arbitrarily often?
Possibly, I never needed that though. One would probably need to add an escape char for that. Something like arg=${name}
Woudn't this then just cause another cycle through process_macros(), where it then gets substitured anyway? [Guess I gotta try this out.]
Best regards,
Wolfgang Denk