setting a variable in a variant for later use

Joshua Root jmr at macports.org
Thu Oct 18 08:33:11 PDT 2012


On 2012-10-19 02:12 , Jonathan Stickel wrote:
> I am trying to set a variable in a variant for later use in another
> variant, but I am getting errors that the variable does not exist.

The scope of the variable is limited to the variant body you set it in
unless you declare it global ('man n global').

- Josh


More information about the macports-dev mailing list