1
0
mirror of synced 2025-01-18 22:41:43 +03:00

... and made it a little more elegant.

This commit is contained in:
nicobn 2007-06-25 04:21:13 +00:00
parent 0eab525af5
commit 9f8fbba4e9

View File

@ -19,8 +19,8 @@ if (count($argv) < 2) {
$targetDir = $argv[1];
print "target: $targetDir\n";
print "base dire: $doctrineBaseDir\n";
echo "Target directory: $targetDir\n";
echo "Base directory: $doctrineBaseDir\n\n";
set_include_path(get_include_path() . PATH_SEPARATOR . $doctrineBaseDir);