You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I bisected this to: 0505de3. This change swapped only Windows to use shell wrapping if on windows. Whereas before it would just a config option. I think least invasive fix here might be to look for '=' on first first word and go back to shell wrapping in that case. At least we know that what this commit fix could never be used by someone also passing ENV vars in or they would be reporting the same issue.
So I went with a more conservative fix here. I basically look for the presence of ENV Key=value as first word and then fall back to shell-launch. For reasons given in last comment I think this is least likely to produce additional regressions and 9k is seemingly working so I am taking least risky fix.
Problem since 1.7.21.
The text was updated successfully, but these errors were encountered: