We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf7eb7 commit 2b3ef3eCopy full SHA for 2b3ef3e
source/VersionHandlerImpl/src/ExecutionEnvironment.cs
@@ -35,7 +35,7 @@ internal class ExecutionEnvironment {
35
/// </summary>
36
public static string Environment_CommandLine_Lower {
37
get {
38
- if (Cached_Environment_CommandLine_Lower != null) {
+ if (Cached_Environment_CommandLine_Lower == null) {
39
Cached_Environment_CommandLine_Lower = Environment.CommandLine.ToLower();
40
}
41
return Cached_Environment_CommandLine_Lower;
0 commit comments