From 6abb26c29dc6bc0aba038ac8b5c9978211d68ad7 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Tue, 26 Feb 2013 14:32:36 -0600 Subject: [PATCH] Fix working directory --- .../CSharp/Antlr4BuildTasks/Antlr4ClassGenerationTaskInternal.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/CSharp/Antlr4BuildTasks/Antlr4ClassGenerationTaskInternal.cs b/runtime/CSharp/Antlr4BuildTasks/Antlr4ClassGenerationTaskInternal.cs index 18086ae6b..ef74bee20 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Antlr4ClassGenerationTaskInternal.cs +++ b/runtime/CSharp/Antlr4BuildTasks/Antlr4ClassGenerationTaskInternal.cs @@ -190,7 +190,6 @@ namespace Antlr4.Build.Tasks RedirectStandardInput = true, RedirectStandardOutput = true, RedirectStandardError = true, - WorkingDirectory = OutputPath }; Process process = new Process();