mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2026-01-25 14:27:09 +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”