mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-05 10:31:30 -06:00
The way I was forcing GOROOT wound up clearing the execution environment of subprocesses when the caller intended to simply re-use the current execution environment. This path correctly adds GOROOT in all cases.