oxequa / realize

Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.
GNU General Public License v3.0
4.46k stars 232 forks source link

PATH environment variable got reset if setting env #258

Open vinhlh opened 4 years ago

vinhlh commented 4 years ago

Steps to reproduce

Found

PATH is empty.

aaad commented 4 years ago

I have the same issue. It seems as buildEnvs() in projects.go needs to add env parameteres at the end from os.Environ() if not set before.