On Thursday, 12 February 2015 at 13:08:34 UTC, John Colvin wrote:
Does anyone know of a way to get dmd to print the path of the chosen dmd.conf?
touch empty.d dmd -o- -v empty.d | grep ^config
Vladimir Panteleev via Digitalmars-d Thu, 12 Feb 2015 05:25:47 -0800
On Thursday, 12 February 2015 at 13:08:34 UTC, John Colvin wrote:
Does anyone know of a way to get dmd to print the path of the chosen dmd.conf?
touch empty.d dmd -o- -v empty.d | grep ^config