Fix working directory

This commit is contained in:
Sam Harwell 2013-02-26 14:32:36 -06:00
parent 8bd2dec569
commit 6abb26c29d
1 changed files with 0 additions and 1 deletions

View File

@ -190,7 +190,6 @@ namespace Antlr4.Build.Tasks
RedirectStandardInput = true, RedirectStandardInput = true,
RedirectStandardOutput = true, RedirectStandardOutput = true,
RedirectStandardError = true, RedirectStandardError = true,
WorkingDirectory = OutputPath
}; };
Process process = new Process(); Process process = new Process();