At least in CMD shell on Windows, the environment variable is passed as a whole single sting literal into assignment, thus it should be "parsed" somehow. The proposed solution also allows injecting some other expressions into the literal, however, this should be safe in general use.
Fixes #211
At least in CMD shell on Windows, the environment variable is passed as a whole single sting literal into assignment, thus it should be "parsed" somehow. The proposed solution also allows injecting some other expressions into the literal, however, this should be safe in general use. Fixes #211