October 27, 2013 [Issue 11367] New: Include paths on windows do not recursively expand env vars | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=11367 Summary: Include paths on windows do not recursively expand env vars Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: minor Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: maidenphil@hotmail.com --- Comment #0 from Phil Lavoie <maidenphil@hotmail.com> 2013-10-27 12:42:34 PDT --- Environment variable: TOTO = C:\Toto TATA = %TOTO%\tata dmd -I%TATA% ... does not work... import path[0] = %TOTO%\tata (value not expanded) dmd -I%TOTO%\tata ... works -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation