mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-04-01 09:50:16 +02:00
implement cgi api improvements
This commit is contained in:
@@ -199,13 +199,13 @@ public abstract class AbstractCGIExecutor implements CGIExecutor
|
||||
protected EnvList environment;
|
||||
|
||||
/** Field description */
|
||||
protected boolean ignoreExitCode;
|
||||
protected boolean ignoreExitCode = false;
|
||||
|
||||
/** Field description */
|
||||
protected String interpreter;
|
||||
|
||||
/** Field description */
|
||||
protected boolean passShellEnvironment;
|
||||
protected boolean passShellEnvironment = false;
|
||||
|
||||
/** Field description */
|
||||
protected File workDirectory;
|
||||
|
||||
Reference in New Issue
Block a user