Adding environment variable in Run/Debug Configuration with value containing equal sign

Answered

I want to add the following as one of my environment variables but it keeps getting parsed incorrectly.

`FOO="a=b"`

However this gets parsed as

`a=b` instead, discarding `FOO`.

Is this a bug or is there a specific way to get this to work?

0

Please sign in to leave a comment.