@@ -197,7 +197,7 @@ |
||
| 197 | 197 | } |
| 198 | 198 | |
| 199 | 199 | $tar->addOptionIfNotEmpty('--ignore-failed-read', $this->ignoreFailedRead, false); |
| 200 | - $tar->addOption('-' . $this->compression . 'cf'); |
|
| 200 | + $tar->addOption('-'.$this->compression.'cf'); |
|
| 201 | 201 | $tar->addArgument($this->tarPathname); |
| 202 | 202 | $tar->addOption('-C', dirname($this->path), ' '); |
| 203 | 203 | $tar->addArgument(basename($this->path)); |