|
@@ -216,7 +216,7 @@ |
|
|
block discarded – undo |
|
216
|
216
|
|
|
217
|
217
|
$tar->addOptionIfNotEmpty('--ignore-failed-read', $this->ignoreFailedRead, false); |
|
218
|
218
|
$tar->addOptionIfNotEmpty('--use-compress-program', $this->compressProgram); |
|
219
|
|
- $tar->addOption('-' . (empty($this->compressProgram) ? $this->compression : '') . 'cf'); |
|
|
219
|
+ $tar->addOption('-'.(empty($this->compressProgram) ? $this->compression : '').'cf'); |
|
220
|
220
|
$tar->addArgument($this->tarPathname); |
|
221
|
221
|
$tar->addOption('-C', dirname($this->path), ' '); |
|
222
|
222
|
$tar->addArgument(basename($this->path)); |
Please login to merge, or discard this patch.