|
@@ -260,7 +260,7 @@ |
|
|
block discarded – undo |
|
260
|
260
|
$tar->addOptionIfNotEmpty('--force-local', $this->local, false); |
|
261
|
261
|
$tar->addOptionIfNotEmpty('--ignore-failed-read', $this->ignoreFailedRead, false); |
|
262
|
262
|
$tar->addOptionIfNotEmpty('--use-compress-program', $this->compressProgram); |
|
263
|
|
- $tar->addOption('-' . (empty($this->compressProgram) ? $this->compression : '') . $create); |
|
|
263
|
+ $tar->addOption('-'.(empty($this->compressProgram) ? $this->compression : '').$create); |
|
264
|
264
|
|
|
265
|
265
|
if ($this->isThrottled()) { |
|
266
|
266
|
$pv = new Cmd('pv'); |
Please login to merge, or discard this patch.