
Environment variables can contain a '=' in their value KEY=BAR=1 sh -c 'echo KEY VALUE is "$KEY"' If you just use Split() then you may not actually get a 'pair' but rather a slice with length >= 3.
Environment variables can contain a '=' in their value KEY=BAR=1 sh -c 'echo KEY VALUE is "$KEY"' If you just use Split() then you may not actually get a 'pair' but rather a slice with length >= 3.