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
Params can contain paths, which are case-sensitive in Linux
(and become invalid after lowercasing).
This commit can break application arguments, thus "-EdiTOr" would not
be considered as "-editor" option anymore, but it's OK, because there
is a number of case-sensitive arguments, which is processed via
GetCommandLine() with case-sensitive matching.
0 commit comments