Commit 9f8fbba4 authored by nicobn's avatar nicobn

... and made it a little more elegant.

parent 0eab525a
...@@ -19,8 +19,8 @@ if (count($argv) < 2) { ...@@ -19,8 +19,8 @@ if (count($argv) < 2) {
$targetDir = $argv[1]; $targetDir = $argv[1];
print "target: $targetDir\n"; echo "Target directory: $targetDir\n";
print "base dire: $doctrineBaseDir\n"; echo "Base directory: $doctrineBaseDir\n\n";
set_include_path(get_include_path() . PATH_SEPARATOR . $doctrineBaseDir); set_include_path(get_include_path() . PATH_SEPARATOR . $doctrineBaseDir);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment