We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd7d59 commit 9d1b3d1Copy full SHA for 9d1b3d1
1 file changed
easyDe4dot/Form1.cs
@@ -137,6 +137,7 @@ private void StartDe4dot(){
137
}
138
139
sinfo.Arguments = string.Join(" ", args);
140
+ sinfo.EnvironmentVariables.Add("SHELL", "");
141
sinfo.FileName = chk64.Checked ? de4dot64 : de4dot;
142
sinfo.RedirectStandardOutput = true;
143
sinfo.UseShellExecute = false;
0 commit comments