* Use an explicit environment for subprocess to ensure that existing environment variables are not inherited. This ensures more reliable results, see issue #1540.

* Attempt to send SYSTEMROOT variable to Windows subprocess
This commit is contained in:
Ryan Clary
2020-04-16 00:52:44 +02:00
committed by Dave Halter
parent 7ff76bb7d0
commit 803c3cb271
2 changed files with 12 additions and 1 deletions
+1
View File
@@ -56,6 +56,7 @@ Code Contributors
- Shane Steinert-Threlkeld (@shanest) <ssshanest@gmail.com>
- Tim Gates (@timgates42) <tim.gates@iress.com>
- Lior Goldberg (@goldberglior)
- Ryan Clary (@mrclary)
And a few more "anonymous" contributors.