joho / godotenv

A Go port of Ruby's dotenv library (Loads environment variables from .env files)
http://godoc.org/github.com/joho/godotenv
MIT License
8.49k stars 405 forks source link

Wait for subprocess to finish #224

Closed ronny closed 9 months ago

ronny commented 9 months ago

Ignore interrupts and wait for subprocess to finish instead of quitting immediately.

Copied from https://github.com/joho/godotenv/pull/119