We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3bb8f8 commit 46bbf9cCopy full SHA for 46bbf9c
bin/pom
@@ -6,5 +6,5 @@ $arg_list = implode(' ', $GLOBALS['argv']);
6
$file = dirname(__DIR__).'/Phakefile';
7
$phake_path = dirname(dirname(dirname(__DIR__))).'/bin/phake';
8
$phake = file_exists($phake_path)? $phake_path : "phake";
9
-passthru("$phake_path -f $file $arg_list", $status);
+passthru("$phake -f $file $arg_list", $status);
10
exit($status);
0 commit comments