@@ -224,7 +224,7 @@ |
||
| 224 | 224 | $cmd->addOptionIfNotEmpty('-C', $this->compress, false); |
| 225 | 225 | |
| 226 | 226 | if (!empty($this->sourceFilename)) { |
| 227 | - $cmd->addOption('--execute', 'source '.$this->sourceFilename); |
|
| 227 | + $cmd->addOption('--execute', 'source ' . $this->sourceFilename); |
|
| 228 | 228 | } |
| 229 | 229 | |
| 230 | 230 | return $process; |