|
@@ -125,8 +125,8 @@ |
|
|
block discarded – undo |
|
125
|
125
|
throw new Exception('no command to execute'); |
|
126
|
126
|
} |
|
127
|
127
|
$cmd = ($amount > 1 ? '(' . implode(' && ', $this->commands) . ')' : $this->commands[0]) |
|
128
|
|
- . $this->getPipeline() |
|
129
|
|
- . (!empty($this->redirectOutput) ? ' > ' . $this->redirectOutput : ''); |
|
|
128
|
+ . $this->getPipeline() |
|
|
129
|
+ . (!empty($this->redirectOutput) ? ' > ' . $this->redirectOutput : ''); |
|
130
|
130
|
|
|
131
|
131
|
return $cmd; |
|
132
|
132
|
} |
Please login to merge, or discard this patch.