Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit fdcd4cf3 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

Merge branch 'bugfix/VECTO-425-vectocmd-invalid-handle-progress' into license-header-2017

parents 6e990a5b ca9c50f0
No related branches found
No related tags found
No related merge requests found
......@@ -85,8 +85,8 @@ hashingcmd.exe
_validateXML = true;
}
var fileList = args.Except(actions.Keys.Concat(new[] { "-x" })).ToArray();
if (fileList.Length == 0 || !args.Intersect(actions.Keys.ToArray()).Any()) {
var fileList = args.Except(Actions.Keys.Concat(new[] { "-x" })).ToArray();
if (fileList.Length == 0 || !args.Intersect(Actions.Keys.ToArray()).Any()) {
ShowVersionInformation();
Console.Write(Usage);
return 0;
......@@ -125,7 +125,7 @@ hashingcmd.exe
Console.Error.WriteLine("done.");
if (!Console.IsInputRedirected)
Console.ReadKey();
Console.ReadKey();
#endif
return Environment.ExitCode;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment