From 9f8fbba4e9f1f46ec2d098b365cac2e4fb133669 Mon Sep 17 00:00:00 2001 From: nicobn Date: Mon, 25 Jun 2007 04:21:13 +0000 Subject: [PATCH] ... and made it a little more elegant. --- tools/cli/bundle.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/cli/bundle.php b/tools/cli/bundle.php index 8ff3c650b..d3082094c 100644 --- a/tools/cli/bundle.php +++ b/tools/cli/bundle.php @@ -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);