mirror of
https://github.com/balena-io/etcher.git
synced 2025-11-12 11:49:26 +00:00
This is a strange one. On Windows, putting a space before the double-ampersand command concatenator makes the environment variable value contain a trailing space. So for something like `set foo=bar && ...` the variable `foo` will be `'bar '` instead of `'bar'`. Change-Type: patch Changelog-Entry: Fix trailing space in environment variables during Windows elevation. Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
6.3 KiB
6.3 KiB