Hello, * Jeff Squyres wrote on Wed, Aug 18, 2010 at 06:35:22PM CEST: > > With a quick grep, I actually see 16 uses of AS_VAR_GET. Do the other > 15 cases not cause problems?
Whether or not, since AS_VAR_GET is undocumented (and inefficient, and now also buggy), it's prudent to replace them all with either AS_VAR_COPY or AS_VAR_IF as appropriate. Cheers, Ralf