Commit:    045fc18e7c7808b2eab734189a220488022be07d
Author:    Anatol Belski <a...@php.net>         Tue, 24 Sep 2013 13:48:13 +0200
Parents:   41892d501af166b0fcddc1a93c99a45cd68f882e
Branches:  master

Link:       
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=045fc18e7c7808b2eab734189a220488022be07d

Log:
better wording

Changed paths:
  M  client/script/pecl.php


Diff:
diff --git a/client/script/pecl.php b/client/script/pecl.php
index 2d07331..7e5b6b1 100644
--- a/client/script/pecl.php
+++ b/client/script/pecl.php
@@ -46,7 +46,8 @@ $branch = new rm\PeclBranch($config_path);
 
 $branch_name = $branch->config->getName();
 
-echo "Run started for <$config_path>" . PHP_EOL;
+echo PHP_EOL;
+echo "Run started for <" . realpath($config_path) . ">" . PHP_EOL;
 echo "Branch <$branch_name>" . PHP_EOL;
 
 $build_dir_parent = $branch->config->getBuildLocation();


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to