|
|
@@ -196,7 +196,7 @@ class ExtractTask extends Shell
|
|
|
if (isset($this->params['output'])) {
|
|
|
$this->_output = $this->params['output'];
|
|
|
} elseif (isset($this->params['plugin'])) {
|
|
|
- $this->_output = $this->_paths[0] . DS . 'Locale';
|
|
|
+ $this->_output = $this->_paths[0] . 'Locale';
|
|
|
} else {
|
|
|
$message = "What is the path you would like to output?\n[Q]uit";
|
|
|
while (true) {
|