Add correct Exit status

This commit is contained in:
Romain Neutron
2012-03-26 13:48:06 +02:00
parent 14c4853789
commit f85d159ea0
13 changed files with 39 additions and 27 deletions

View File

@@ -39,7 +39,7 @@ class module_console_aboutAuthors extends Command
{
$output->writeln(file_get_contents(dirname(__FILE__) . '/../../../../AUTHORS'));
return;
return 0;
}
}