Skip to content

Commit 46bbf9c

Browse files
committed
passthru should use $phake rather than $phake_path
1 parent d3bb8f8 commit 46bbf9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/pom

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ $arg_list = implode(' ', $GLOBALS['argv']);
66
$file = dirname(__DIR__).'/Phakefile';
77
$phake_path = dirname(dirname(dirname(__DIR__))).'/bin/phake';
88
$phake = file_exists($phake_path)? $phake_path : "phake";
9-
passthru("$phake_path -f $file $arg_list", $status);
9+
passthru("$phake -f $file $arg_list", $status);
1010
exit($status);

0 commit comments

Comments
 (0)