1
0
Fork 0

Output CWD change, refs #3332

pull/3320/head
Jordi Boggiano 2014-10-07 10:17:23 +01:00
parent 9462eb17a2
commit 382b6c64d5
1 changed files with 3 additions and 0 deletions

View File

@ -109,6 +109,9 @@ class Application extends BaseApplication
if ($newWorkDir = $this->getNewWorkingDir($input)) {
$oldWorkingDir = getcwd();
chdir($newWorkDir);
if ($output->getVerbosity() >= 4) {
$output->writeln('Changed CWD to ' . getcwd());
}
}
// add non-standard scripts as own commands