... and made it a little more elegant.
This commit is contained in:
parent
0eab525af5
commit
9f8fbba4e9
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue