Skip to content

Commit

Permalink
# Updated environments file for external tool
Browse files Browse the repository at this point in the history
  • Loading branch information
kore committed Oct 4, 2010
1 parent 068a5fb commit b6731f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@

// Externals: System Process
require __DIR__ . '/external/system_process/systemProcess.php';
require __DIR__ . '/external/system_process/argument.php';
require __DIR__ . '/external/system_process/argument/escaped.php';
require __DIR__ . '/external/system_process/argument/path.php';
require __DIR__ . '/external/system_process/argument/unescaped.php';
require __DIR__ . '/external/exceptions/system_process/nonZeroExitCode.php';
require __DIR__ . '/external/exceptions/system_process/invalidCustomFileDescriptor.php';
require __DIR__ . '/external/exceptions/system_process/notRunning.php';
Expand Down

0 comments on commit b6731f8

Please sign in to comment.