mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
- Fixed a bug that caused a # symbol in the env value to be interpreted as an inline comment - When you want to include a # in you value, you need to wrap it in double quotes: ENV=“some#symbol value”