History
Version 267
at Sunday 4 July 2010 12:34:35 UTC # Missing exit() expression added to bootstrap file.Diff
| 266 | 267 | /conf/phar_bootstrap.stub |
|---|---|---|
| 7 | 7 | // Load command line utility |
| 8 | 8 | include_once 'phar://${archive.alias}/PHP/PMD/TextUI/Command.php'; |
| 9 | 9 | // Run command line interface |
| 10 | -PHP_PMD_TextUI_Command::main($argv); | |
| 10 | +exit(PHP_PMD_TextUI_Command::main($argv)); | |
| 11 | 11 | __HALT_COMPILER(); |
| 12 | 12 | ?> |